Html Css Color HEX #A9C2DA Light Steel Blue

📋 copy color: '#A9C2DA'

red 169 ◦ green 194 ◦ blue 218

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

Shades of Light Steel Blue #A9C2DA

Tints of Light Steel Blue #A9C2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.39%

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 29.09%
G = 33.39%
B = 37.52%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9C2DA (or 0xA9C2DA) is known color: Light Steel Blue. HEX triplet: A9, C2 and DA. RGB value is (169,194,218). Sum of RGB (Red+Green+Blue) = 169+194+218=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2DA is #563D25. Grayscale: #BDBDBD. Windows color (decimal): -5651750 or 14336681. OLE color: 14336681.

HSL color Cylindrical-coordinate representation of color #A9C2DA: hue angle of 209.39º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9C2DA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 194 218 -
CMYK 0.22 0.11 0 0.15
HSL 209.39º 0.4% 0.76% -
HSV(B) 209.39º 0.22% 0.85% -
XYZ 48.31 52.08 73.84 -
YUV 189.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 169 194 218 0.22 0.11 0 0.15 209.39 0.4 0.76
Hex A9 C2 DA 16 B 0 F D1 28 4C
Octal 251 302 332 26 13 0 17 321 50 114
Binary 10101001 11000010 11011010 10110 1011 0 1111 11010001 101000 1001100

Color Harmonies of #A9C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C2DA

Black with #A9C2DA

Text Example


Text Example

White with #A9C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C2DA; }

 p { color: rgb(169,194,218); }

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

background-color css

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

 a { background-color: rgb(169,194,218); }

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

border-color css

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

 span { border-color: rgb(169,194,218); }

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