#AFC3DD

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

Shades of Light Steel Blue #AFC3DD

Tints of Light Steel Blue #AFC3DD

Color information

#AFC3DD (or 0xAFC3DD) is unknown color: approx Light Steel Blue. HEX triplet: AF, C3 and DD. RGB value is (175,195,221). Sum of RGB (Red+Green+Blue) = 175+195+221=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DD is #503C22. Grayscale: #BFBFBF. Windows color (decimal): -5258275 or 14533551. OLE color: 14533551.

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

Color convert

RGB175195221-
CMYK0.210.1200.13
HSL213.91º40.35%77.65%-
HSV(B)213.91º20.81%86.67%-
XYZ50.2553.3676.06-
YUV191.98144.37115.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=29.61%
G=32.99%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751952210.210.1200.13213.9140.3577.65
HexAFC3DD15C0Dd6284e
Octal257303335251401532650116
Binary10101111110000111101110110101110001101110101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3DD; }

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

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

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

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

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

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

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

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