Html Css Color HEX #ABC9DE Light Steel Blue

📋 copy color: '#ABC9DE'

red 171 ◦ green 201 ◦ blue 222

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

Shades of Light Steel Blue #ABC9DE

Tints of Light Steel Blue #ABC9DE

RGB

 RED value IS 171 (67.19% from 255) = 28.79%

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 28.79%
G = 33.84%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC9DE (or 0xABC9DE) is known color: Light Steel Blue. HEX triplet: AB, C9 and DE. RGB value is (171,201,222). Sum of RGB (Red+Green+Blue) = 171+201+222=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABC9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9DE is #543621. Grayscale: #C2C2C2. Windows color (decimal): -5518882 or 14600619. OLE color: 14600619.

HSL color Cylindrical-coordinate representation of color #ABC9DE: hue angle of 204.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC9DE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 201 222 -
CMYK 0.23 0.09 0 0.13
HSL 204.71º 0.44% 0.77% -
HSV(B) 204.71º 0.23% 0.87% -
XYZ 50.87 55.71 77.18 -
YUV 194.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 171 201 222 0.23 0.09 0 0.13 204.71 0.44 0.77
Hex AB C9 DE 17 9 0 D CD 2C 4D
Octal 253 311 336 27 11 0 15 315 54 115
Binary 10101011 11001001 11011110 10111 1001 0 1101 11001101 101100 1001101

Color Harmonies of #ABC9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9DE

Black with #ABC9DE

Text Example


Text Example

White with #ABC9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9DE; }

 p { color: rgb(171,201,222); }

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

background-color css

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

 a { background-color: rgb(171,201,222); }

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

border-color css

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

 span { border-color: rgb(171,201,222); }

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