#AFC6DF

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

Shades of Light Steel Blue #AFC6DF

Tints of Light Steel Blue #AFC6DF

Color information

#AFC6DF (or 0xAFC6DF) is unknown color: approx Light Steel Blue. HEX triplet: AF, C6 and DF. RGB value is (175,198,223). Sum of RGB (Red+Green+Blue) = 175+198+223=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DF is #503920. Grayscale: #C1C1C1. Windows color (decimal): -5257505 or 14665391. OLE color: 14665391.

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

Color convert

RGB175198223-
CMYK0.220.1100.13
HSL211.25º42.86%78.04%-
HSV(B)211.25º21.52%87.45%-
XYZ51.1954.8377.7-
YUV193.97144.38114.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=29.36%
G=33.22%
B=37.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751982230.220.1100.13211.2542.8678.04
HexAFC6DF16B0Dd32b4e
Octal257306337261301532353116
Binary10101111110001101101111110110101101101110100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6DF; }

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

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

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

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

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

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

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

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