#AFC1DC

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

Shades of Light Steel Blue #AFC1DC

Tints of Light Steel Blue #AFC1DC

Color information

#AFC1DC (or 0xAFC1DC) is unknown color: approx Light Steel Blue. HEX triplet: AF, C1 and DC. RGB value is (175,193,220). Sum of RGB (Red+Green+Blue) = 175+193+220=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1DC is #503E23. Grayscale: #BEBEBE. Windows color (decimal): -5258788 or 14467503. OLE color: 14467503.

HSL color Cylindrical-coordinate representation of color #AFC1DC: hue angle of 216º 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 #AFC1DC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175193220-
CMYK0.200.1200.14
HSL216º39.13%77.45%-
HSV(B)216º20.45%86.27%-
XYZ49.6752.4275.21-
YUV190.7144.54116.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=29.76%
G=32.82%
B=37.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751932200.200.1200.1421639.1377.45
HexAFC1DC14C0Ed8274d
Octal257301334241401633047115
Binary10101111110000011101110010100110001110110110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1DC; }

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

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

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

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

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

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

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

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