#AFC9DF

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

Shades of Light Steel Blue #AFC9DF

Tints of Light Steel Blue #AFC9DF

Color information

#AFC9DF (or 0xAFC9DF) is unknown color: approx Light Steel Blue. HEX triplet: AF, C9 and DF. RGB value is (175,201,223). Sum of RGB (Red+Green+Blue) = 175+201+223=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DF is #503620. Grayscale: #C3C3C3. Windows color (decimal): -5256737 or 14666159. OLE color: 14666159.

HSL color Cylindrical-coordinate representation of color #AFC9DF: hue angle of 207.5º 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 #AFC9DF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175201223-
CMYK0.220.1000.13
HSL207.5º42.86%78.04%-
HSV(B)207.5º21.52%87.45%-
XYZ51.8956.2177.93-
YUV195.73143.39113.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=29.22%
G=33.56%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752012230.220.1000.13207.542.8678.04
HexAFC9DF16A0Dd02b4e
Octal257311337261201532053116
Binary10101111110010011101111110110101001101110100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9DF; }

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

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

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

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

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

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

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

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