#AFC4DE

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

Shades of Light Steel Blue #AFC4DE

Tints of Light Steel Blue #AFC4DE

Color information

#AFC4DE (or 0xAFC4DE) is unknown color: approx Light Steel Blue. HEX triplet: AF, C4 and DE. RGB value is (175,196,222). Sum of RGB (Red+Green+Blue) = 175+196+222=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DE is #503B21. Grayscale: #C0C0C0. Windows color (decimal): -5258018 or 14599343. OLE color: 14599343.

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

Color convert

RGB175196222-
CMYK0.210.1200.13
HSL213.19º41.59%77.84%-
HSV(B)213.19º21.17%87.06%-
XYZ50.653.8776.84-
YUV192.68144.54115.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=29.51%
G=33.05%
B=37.44%

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
Decimal1751962220.210.1200.13213.1941.5977.84
HexAFC4DE15C0Dd52a4e
Octal257304336251401532552116
Binary10101111110001001101111010101110001101110101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4DE; }

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

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

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

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

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

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

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

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