Html Css Color HEX #A9C1DB Light Steel Blue

📋 copy color: '#A9C1DB'

red 169 ◦ green 193 ◦ blue 219

#A9C1DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #A9C1DB

Tints of Light Steel Blue #A9C1DB

RGB

 RED value IS 169 (66.41% from 255) = 29.09%

 GREEN value IS 193 (75.78% from 255) = 33.22%

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 29.09%
G = 33.22%
B = 37.69%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A9C1DB (or 0xA9C1DB) is known color: Light Steel Blue. HEX triplet: A9, C1 and DB. RGB value is (169,193,219). Sum of RGB (Red+Green+Blue) = 169+193+219=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1DB is #563E24. Grayscale: #BCBCBC. Windows color (decimal): -5652005 or 14401961. OLE color: 14401961.

HSL color Cylindrical-coordinate representation of color #A9C1DB: hue angle of 211.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C1DB is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 193 219 -
CMYK 0.23 0.12 0 0.14
HSL 211.2º 0.41% 0.76% -
HSV(B) 211.2º 0.23% 0.86% -
XYZ 48.22 51.69 74.45 -
YUV 188.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 169 193 219 0.23 0.12 0 0.14 211.2 0.41 0.76
Hex A9 C1 DB 17 C 0 E D3 29 4C
Octal 251 301 333 27 14 0 16 323 51 114
Binary 10101001 11000001 11011011 10111 1100 0 1110 11010011 101001 1001100

Color Harmonies of #A9C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C1DB

Black with #A9C1DB

Text Example


Text Example

White with #A9C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C1DB; }

 p { color: rgb(169,193,219); }

 H1.HeaderClassName
 {
   color: #A9C1DB;
 }
 .AnyTagClassName
 {
   color: #A9C1DB;
 }
</style>

background-color css

<style>
 a { background-color: #A9C1DB; }

 a { background-color: rgb(169,193,219); }

 div.DivClassName
 {
   background-color: #A9C1DB;
 }
 .BgClassName
 {
   background-color: #A9C1DB;
 }
</style>

border-color css

<style>
 span { border-color: #A9C1DB; }

 span { border-color: rgb(169,193,219); }

 td.TdClassName
 {
   border-color: #A9C1DB;
 }
 .TagClassName
 {
   border-color: #A9C1DB;
 }
</style>