Html Css Color HEX #ABBCDE Light Steel Blue

📋 copy color: '#ABBCDE'

red 171 ◦ green 188 ◦ blue 222

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

Shades of Light Steel Blue #ABBCDE

Tints of Light Steel Blue #ABBCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.36%

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

R = 29.43%
G = 32.36%
B = 38.21%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABBCDE (or 0xABBCDE) is known color: Light Steel Blue. HEX triplet: AB, BC and DE. RGB value is (171,188,222). Sum of RGB (Red+Green+Blue) = 171+188+222=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABBCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCDE is #544321. Grayscale: #BABABA. Windows color (decimal): -5522210 or 14597291. OLE color: 14597291.

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

Color convert

RGB 171 188 222 -
CMYK 0.23 0.15 0 0.13
HSL 220º 0.44% 0.77% -
HSV(B) 220º 0.23% 0.87% -
XYZ 47.96 49.9 76.21 -
YUV 186.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 171 188 222 0.23 0.15 0 0.13 220 0.44 0.77
Hex AB BC DE 17 F 0 D DC 2C 4D
Octal 253 274 336 27 17 0 15 334 54 115
Binary 10101011 10111100 11011110 10111 1111 0 1101 11011100 101100 1001101

Color Harmonies of #ABBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCDE

Black with #ABBCDE

Text Example


Text Example

White with #ABBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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