#AFCAE2

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

Shades of Light Steel Blue #AFCAE2

Tints of Light Steel Blue #AFCAE2

Color information

#AFCAE2 (or 0xAFCAE2) is unknown color: approx Light Steel Blue. HEX triplet: AF, CA and E2. RGB value is (175,202,226). Sum of RGB (Red+Green+Blue) = 175+202+226=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFCAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAE2 is #50351D. Grayscale: #C4C4C4. Windows color (decimal): -5256478 or 14863023. OLE color: 14863023.

HSL color Cylindrical-coordinate representation of color #AFCAE2: hue angle of 208.24º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCAE2 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175202226-
CMYK0.230.1100.11
HSL208.24º46.79%78.63%-
HSV(B)208.24º22.57%88.63%-
XYZ52.5356.8580.16-
YUV196.66144.55112.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=29.02%
G=33.50%
B=37.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752022260.230.1100.11208.2446.7978.63
HexAFCAE217B0Bd02f4f
Octal257312342271301332057117
Binary10101111110010101110001010111101101011110100001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAE2; }

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

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

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

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

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

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

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

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