#AFCAE0

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

Shades of Light Steel Blue #AFCAE0

Tints of Light Steel Blue #AFCAE0

Color information

#AFCAE0 (or 0xAFCAE0) is unknown color: approx Light Steel Blue. HEX triplet: AF, CA and E0. RGB value is (175,202,224). Sum of RGB (Red+Green+Blue) = 175+202+224=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFCAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAE0 is #50351F. Grayscale: #C4C4C4. Windows color (decimal): -5256480 or 14731951. OLE color: 14731951.

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

Color convert

RGB175202224-
CMYK0.220.1000.12
HSL206.94º44.14%78.24%-
HSV(B)206.94º21.88%87.84%-
XYZ52.2556.7478.72-
YUV196.44143.55112.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=29.12%
G=33.61%
B=37.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752022240.220.1000.12206.9444.1478.24
HexAFCAE016A0Ccf2c4e
Octal257312340261201431754116
Binary10101111110010101110000010110101001100110011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAE0; }

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

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

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

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

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

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

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

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