#AFBBD9

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

Shades of Light Steel Blue #AFBBD9

Tints of Light Steel Blue #AFBBD9

Color information

#AFBBD9 (or 0xAFBBD9) is unknown color: approx Light Steel Blue. HEX triplet: AF, BB and D9. RGB value is (175,187,217). Sum of RGB (Red+Green+Blue) = 175+187+217=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBD9 is #504426. Grayscale: #BABABA. Windows color (decimal): -5260327 or 14269359. OLE color: 14269359.

HSL color Cylindrical-coordinate representation of color #AFBBD9: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBBD9 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175187217-
CMYK0.190.1400.15
HSL222.86º35.59%76.86%-
HSV(B)222.86º19.35%85.1%-
XYZ47.9749.6672.7-
YUV186.83145.02119.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=30.22%
G=32.30%
B=37.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751872170.190.1400.15222.8635.5976.86
HexAFBBD913E0Fdf244d
Octal257273331231601733744115
Binary10101111101110111101100110011111001111110111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBD9; }

 p { color: rgb(175,187,217); }

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

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

 a { background-color: rgb(175,187,217); }

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

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

 span { border-color: rgb(175,187,217); }

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