Html Css Color HEX #ABBFE0 Light Steel Blue

📋 copy color: '#ABBFE0'

red 171 ◦ green 191 ◦ blue 224

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

Shades of Light Steel Blue #ABBFE0

Tints of Light Steel Blue #ABBFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 32.59%

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 29.18%
G = 32.59%
B = 38.23%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABBFE0 (or 0xABBFE0) is known color: Light Steel Blue. HEX triplet: AB, BF and E0. RGB value is (171,191,224). Sum of RGB (Red+Green+Blue) = 171+191+224=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFE0 is #54401F. Grayscale: #BCBCBC. Windows color (decimal): -5521440 or 14729131. OLE color: 14729131.

HSL color Cylindrical-coordinate representation of color #ABBFE0: hue angle of 217.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBFE0 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 191 224 -
CMYK 0.24 0.15 0 0.12
HSL 217.36º 0.46% 0.77% -
HSV(B) 217.36º 0.24% 0.88% -
XYZ 48.88 51.3 77.85 -
YUV 188.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 171 191 224 0.24 0.15 0 0.12 217.36 0.46 0.77
Hex AB BF E0 18 F 0 C D9 2E 4D
Octal 253 277 340 30 17 0 14 331 56 115
Binary 10101011 10111111 11100000 11000 1111 0 1100 11011001 101110 1001101

Color Harmonies of #ABBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFE0

Black with #ABBFE0

Text Example


Text Example

White with #ABBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFE0; }

 p { color: rgb(171,191,224); }

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

background-color css

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

 a { background-color: rgb(171,191,224); }

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

border-color css

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

 span { border-color: rgb(171,191,224); }

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