#AFC0DF

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

Shades of Light Steel Blue #AFC0DF

Tints of Light Steel Blue #AFC0DF

Color information

#AFC0DF (or 0xAFC0DF) is unknown color: approx Light Steel Blue. HEX triplet: AF, C0 and DF. RGB value is (175,192,223). Sum of RGB (Red+Green+Blue) = 175+192+223=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DF is #503F20. Grayscale: #BEBEBE. Windows color (decimal): -5259041 or 14663855. OLE color: 14663855.

HSL color Cylindrical-coordinate representation of color #AFC0DF: hue angle of 218.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC0DF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175192223-
CMYK0.220.1400.13
HSL218.75º42.86%78.04%-
HSV(B)218.75º21.52%87.45%-
XYZ49.8552.1477.25-
YUV190.45146.37116.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=29.66%
G=32.54%
B=37.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751922230.220.1400.13218.7542.8678.04
HexAFC0DF16E0Ddb2b4e
Octal257300337261601533353116
Binary10101111110000001101111110110111001101110110111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0DF; }

 p { color: rgb(175,192,223); }

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

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

 a { background-color: rgb(175,192,223); }

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

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

 span { border-color: rgb(175,192,223); }

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