Html Css Color HEX #ABC8DE Light Steel Blue

📋 copy color: '#ABC8DE'

red 171 ◦ green 200 ◦ blue 222

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

Shades of Light Steel Blue #ABC8DE

Tints of Light Steel Blue #ABC8DE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.73%

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

R = 28.84%
G = 33.73%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABC8DE (or 0xABC8DE) is known color: Light Steel Blue. HEX triplet: AB, C8 and DE. RGB value is (171,200,222). Sum of RGB (Red+Green+Blue) = 171+200+222=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABC8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8DE is #543721. Grayscale: #C1C1C1. Windows color (decimal): -5519138 or 14600363. OLE color: 14600363.

HSL color Cylindrical-coordinate representation of color #ABC8DE: hue angle of 205.88º 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 #ABC8DE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 200 222 -
CMYK 0.23 0.10 0 0.13
HSL 205.88º 0.44% 0.77% -
HSV(B) 205.88º 0.23% 0.87% -
XYZ 50.63 55.24 77.1 -
YUV 193.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 171 200 222 0.23 0.10 0 0.13 205.88 0.44 0.77
Hex AB C8 DE 17 A 0 D CE 2C 4D
Octal 253 310 336 27 12 0 15 316 54 115
Binary 10101011 11001000 11011110 10111 1010 0 1101 11001110 101100 1001101

Color Harmonies of #ABC8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8DE

Black with #ABC8DE

Text Example


Text Example

White with #ABC8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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