#AFC0DC

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

Shades of Light Steel Blue #AFC0DC

Tints of Light Steel Blue #AFC0DC

Color information

#AFC0DC (or 0xAFC0DC) is unknown color: approx Light Steel Blue. HEX triplet: AF, C0 and DC. RGB value is (175,192,220). Sum of RGB (Red+Green+Blue) = 175+192+220=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DC is #503F23. Grayscale: #BDBDBD. Windows color (decimal): -5259044 or 14467247. OLE color: 14467247.

HSL color Cylindrical-coordinate representation of color #AFC0DC: hue angle of 217.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC0DC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175192220-
CMYK0.200.1300.14
HSL217.33º39.13%77.45%-
HSV(B)217.33º20.45%86.27%-
XYZ49.4551.9875.14-
YUV190.11144.87117.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=29.81%
G=32.71%
B=37.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751922200.200.1300.14217.3339.1377.45
HexAFC0DC14D0Ed9274d
Octal257300334241501633147115
Binary10101111110000001101110010100110101110110110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0DC; }

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

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

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

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

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

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

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

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