Html Css Color HEX #ABBFE1 Light Steel Blue

📋 copy color: '#ABBFE1'

red 171 ◦ green 191 ◦ blue 225

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

Shades of Light Steel Blue #ABBFE1

Tints of Light Steel Blue #ABBFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.33%

R = 29.13%
G = 32.54%
B = 38.33%

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

#ABBFE1 (or 0xABBFE1) is known color: Light Steel Blue. HEX triplet: AB, BF and E1. RGB value is (171,191,225). Sum of RGB (Red+Green+Blue) = 171+191+225=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABBFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFE1 is #54401E. Grayscale: #BCBCBC. Windows color (decimal): -5521439 or 14794667. OLE color: 14794667.

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

Color convert

RGB 171 191 225 -
CMYK 0.24 0.15 0 0.12
HSL 217.78º 0.47% 0.78% -
HSV(B) 217.78º 0.24% 0.88% -
XYZ 49.02 51.36 78.56 -
YUV 188.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 171 191 225 0.24 0.15 0 0.12 217.78 0.47 0.78
Hex AB BF E1 18 F 0 C DA 2F 4E
Octal 253 277 341 30 17 0 14 332 57 116
Binary 10101011 10111111 11100001 11000 1111 0 1100 11011010 101111 1001110

Color Harmonies of #ABBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFE1

Black with #ABBFE1

Text Example


Text Example

White with #ABBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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