#AFCADE

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

Shades of Light Steel Blue #AFCADE

Tints of Light Steel Blue #AFCADE

Color information

#AFCADE (or 0xAFCADE) is unknown color: approx Light Steel Blue. HEX triplet: AF, CA and DE. RGB value is (175,202,222). Sum of RGB (Red+Green+Blue) = 175+202+222=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFCADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCADE is #503521. Grayscale: #C4C4C4. Windows color (decimal): -5256482 or 14600879. OLE color: 14600879.

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

Color convert

RGB175202222-
CMYK0.210.0900.13
HSL205.53º41.59%77.84%-
HSV(B)205.53º21.17%87.06%-
XYZ51.9856.6377.3-
YUV196.21142.55112.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=29.22%
G=33.72%
B=37.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752022220.210.0900.13205.5341.5977.84
HexAFCADE1590Dce2a4e
Octal257312336251101531652116
Binary10101111110010101101111010101100101101110011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCADE; }

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

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

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

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

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

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

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

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