Html Css Color HEX #ABBFE4 Light Steel Blue

📋 copy color: '#ABBFE4'

red 171 ◦ green 191 ◦ blue 228

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

Shades of Light Steel Blue #ABBFE4

Tints of Light Steel Blue #ABBFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.64%

R = 28.98%
G = 32.37%
B = 38.64%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABBFE4 (or 0xABBFE4) is known color: Light Steel Blue. HEX triplet: AB, BF and E4. RGB value is (171,191,228). Sum of RGB (Red+Green+Blue) = 171+191+228=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABBFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFE4 is #54401B. Grayscale: #BDBDBD. Windows color (decimal): -5521436 or 14991275. OLE color: 14991275.

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

Color convert

RGB 171 191 228 -
CMYK 0.25 0.16 0 0.11
HSL 218.95º 0.51% 0.78% -
HSV(B) 218.95º 0.25% 0.89% -
XYZ 49.43 51.52 80.74 -
YUV 189.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 171 191 228 0.25 0.16 0 0.11 218.95 0.51 0.78
Hex AB BF E4 19 10 0 B DB 33 4E
Octal 253 277 344 31 20 0 13 333 63 116
Binary 10101011 10111111 11100100 11001 10000 0 1011 11011011 110011 1001110

Color Harmonies of #ABBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFE4

Black with #ABBFE4

Text Example


Text Example

White with #ABBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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