Html Css Color HEX #A9C3DC Light Steel Blue

📋 copy color: '#A9C3DC'

red 169 ◦ green 195 ◦ blue 220

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

Shades of Light Steel Blue #A9C3DC

Tints of Light Steel Blue #A9C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.39%

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 28.94%
G = 33.39%
B = 37.67%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9C3DC (or 0xA9C3DC) is known color: Light Steel Blue. HEX triplet: A9, C3 and DC. RGB value is (169,195,220). Sum of RGB (Red+Green+Blue) = 169+195+220=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3DC is #563C23. Grayscale: #BDBDBD. Windows color (decimal): -5651492 or 14468009. OLE color: 14468009.

HSL color Cylindrical-coordinate representation of color #A9C3DC: hue angle of 209.41º degrees, saturation: 0.42, 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 #A9C3DC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 195 220 -
CMYK 0.23 0.11 0 0.14
HSL 209.41º 0.42% 0.76% -
HSV(B) 209.41º 0.23% 0.86% -
XYZ 48.8 52.63 75.3 -
YUV 190.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 169 195 220 0.23 0.11 0 0.14 209.41 0.42 0.76
Hex A9 C3 DC 17 B 0 E D1 2A 4C
Octal 251 303 334 27 13 0 16 321 52 114
Binary 10101001 11000011 11011100 10111 1011 0 1110 11010001 101010 1001100

Color Harmonies of #A9C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C3DC

Black with #A9C3DC

Text Example


Text Example

White with #A9C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C3DC; }

 p { color: rgb(169,195,220); }

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

background-color css

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

 a { background-color: rgb(169,195,220); }

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

border-color css

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

 span { border-color: rgb(169,195,220); }

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