#AFC3DF

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

Shades of Light Steel Blue #AFC3DF

Tints of Light Steel Blue #AFC3DF

Color information

#AFC3DF (or 0xAFC3DF) is unknown color: approx Light Steel Blue. HEX triplet: AF, C3 and DF. RGB value is (175,195,223). Sum of RGB (Red+Green+Blue) = 175+195+223=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DF is #503C20. Grayscale: #C0C0C0. Windows color (decimal): -5258273 or 14664623. OLE color: 14664623.

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

Color convert

RGB175195223-
CMYK0.220.1300.13
HSL215º42.86%78.04%-
HSV(B)215º21.52%87.45%-
XYZ50.5153.4777.47-
YUV192.21145.37115.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 195 (76.56% from 255) = 32.88%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=29.51%
G=32.88%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751952230.220.1300.1321542.8678.04
HexAFC3DF16D0Dd72b4e
Octal257303337261501532753116
Binary10101111110000111101111110110110101101110101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3DF; }

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

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

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

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

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

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

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

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