#AFBCD8

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

Shades of Light Steel Blue #AFBCD8

Tints of Light Steel Blue #AFBCD8

Color information

#AFBCD8 (or 0xAFBCD8) is unknown color: approx Light Steel Blue. HEX triplet: AF, BC and D8. RGB value is (175,188,216). Sum of RGB (Red+Green+Blue) = 175+188+216=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD8 is #504327. Grayscale: #BBBBBB. Windows color (decimal): -5260072 or 14204079. OLE color: 14204079.

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

Color convert

RGB175188216-
CMYK0.190.1300.15
HSL220.98º34.45%76.67%-
HSV(B)220.98º18.98%84.71%-
XYZ48.0650.0472.09-
YUV187.3144.19119.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=30.22%
G=32.47%
B=37.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751882160.190.1300.15220.9834.4576.67
HexAFBCD813D0Fdd224d
Octal257274330231501733542115
Binary10101111101111001101100010011110101111110111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCD8; }

 p { color: rgb(175,188,216); }

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

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

 a { background-color: rgb(175,188,216); }

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

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

 span { border-color: rgb(175,188,216); }

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