#AFBFD9

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

Shades of Light Steel Blue #AFBFD9

Tints of Light Steel Blue #AFBFD9

Color information

#AFBFD9 (or 0xAFBFD9) is unknown color: approx Light Steel Blue. HEX triplet: AF, BF and D9. RGB value is (175,191,217). Sum of RGB (Red+Green+Blue) = 175+191+217=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFBFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFD9 is #504026. Grayscale: #BDBDBD. Windows color (decimal): -5259303 or 14270383. OLE color: 14270383.

HSL color Cylindrical-coordinate representation of color #AFBFD9: hue angle of 217.14º 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 #AFBFD9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175191217-
CMYK0.190.1200.15
HSL217.14º35.59%76.86%-
HSV(B)217.14º19.35%85.1%-
XYZ48.8351.3972.99-
YUV189.18143.7117.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=30.02%
G=32.76%
B=37.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751912170.190.1200.15217.1435.5976.86
HexAFBFD913C0Fd9244d
Octal257277331231401733144115
Binary10101111101111111101100110011110001111110110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFD9; }

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

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

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

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

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

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

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

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