#ABBFD8

Color #ABBFD8 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ABBFD8

Tints of Light Steel Blue #ABBFD8

Color information

#ABBFD8 (or 0xABBFD8) is unknown color: approx Light Steel Blue. HEX triplet: AB, BF and D8. RGB value is (171,191,216). Sum of RGB (Red+Green+Blue) = 171+191+216=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABBFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFD8 is #544027. Grayscale: #BBBBBB. Windows color (decimal): -5521448 or 14204843. OLE color: 14204843.

HSL color Cylindrical-coordinate representation of color #ABBFD8: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBFD8 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171191216-
CMYK0.210.1200.15
HSL213.33º36.59%75.88%-
HSV(B)213.33º20.83%84.71%-
XYZ47.8250.8872.27-
YUV187.87143.87115.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 216 (84.77% from 255) = 37.37%
R=29.58%
G=33.04%
B=37.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711912160.210.1200.15213.3336.5975.88
HexABBFD815C0Fd5254c
Octal253277330251401732545114
Binary10101011101111111101100010101110001111110101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFD8; }

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

 H1.HeaderClassName
 {
   color: #ABBFD8;
 }
 .AnyTagClassName
 {
   color: #ABBFD8;
 }
</style>
background-color css

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

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

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

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

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

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