#AFCCE0

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

Shades of Light Steel Blue #AFCCE0

Tints of Light Steel Blue #AFCCE0

Color information

#AFCCE0 (or 0xAFCCE0) is unknown color: approx Light Steel Blue. HEX triplet: AF, CC and E0. RGB value is (175,204,224). Sum of RGB (Red+Green+Blue) = 175+204+224=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCE0 is #50331F. Grayscale: #C5C5C5. Windows color (decimal): -5255968 or 14732463. OLE color: 14732463.

HSL color Cylindrical-coordinate representation of color #AFCCE0: hue angle of 204.49º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCCE0 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175204224-
CMYK0.220.0900.12
HSL204.49º44.14%78.24%-
HSV(B)204.49º21.88%87.84%-
XYZ52.7357.6878.88-
YUV197.61142.89111.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=29.02%
G=33.83%
B=37.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752042240.220.0900.12204.4944.1478.24
HexAFCCE01690Ccc2c4e
Octal257314340261101431454116
Binary10101111110011001110000010110100101100110011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCE0; }

 p { color: rgb(175,204,224); }

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

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

 a { background-color: rgb(175,204,224); }

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

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

 span { border-color: rgb(175,204,224); }

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