Html Css Color HEX #ABBFE2 Light Steel Blue

📋 copy color: '#ABBFE2'

red 171 ◦ green 191 ◦ blue 226

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

Shades of Light Steel Blue #ABBFE2

Tints of Light Steel Blue #ABBFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.44%

R = 29.08%
G = 32.48%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABBFE2 (or 0xABBFE2) is known color: Light Steel Blue. HEX triplet: AB, BF and E2. RGB value is (171,191,226). Sum of RGB (Red+Green+Blue) = 171+191+226=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABBFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFE2 is #54401D. Grayscale: #BCBCBC. Windows color (decimal): -5521438 or 14860203. OLE color: 14860203.

HSL color Cylindrical-coordinate representation of color #ABBFE2: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBFE2 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 191 226 -
CMYK 0.24 0.15 0 0.11
HSL 218.18º 0.49% 0.78% -
HSV(B) 218.18º 0.24% 0.89% -
XYZ 49.15 51.41 79.28 -
YUV 189.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 171 191 226 0.24 0.15 0 0.11 218.18 0.49 0.78
Hex AB BF E2 18 F 0 B DA 31 4E
Octal 253 277 342 30 17 0 13 332 61 116
Binary 10101011 10111111 11100010 11000 1111 0 1011 11011010 110001 1001110

Color Harmonies of #ABBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFE2

Black with #ABBFE2

Text Example


Text Example

White with #ABBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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