#AFC0DD

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

Shades of Light Steel Blue #AFC0DD

Tints of Light Steel Blue #AFC0DD

Color information

#AFC0DD (or 0xAFC0DD) is unknown color: approx Light Steel Blue. HEX triplet: AF, C0 and DD. RGB value is (175,192,221). Sum of RGB (Red+Green+Blue) = 175+192+221=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DD is #503F22. Grayscale: #BEBEBE. Windows color (decimal): -5259043 or 14532783. OLE color: 14532783.

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

Color convert

RGB175192221-
CMYK0.210.1300.13
HSL217.83º40.35%77.65%-
HSV(B)217.83º20.81%86.67%-
XYZ49.5852.0375.84-
YUV190.22145.37117.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=29.76%
G=32.65%
B=37.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751922210.210.1300.13217.8340.3577.65
HexAFC0DD15D0Dda284e
Octal257300335251501533250116
Binary10101111110000001101110110101110101101110110101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0DD; }

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

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

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

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

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

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

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

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