#AFC3DE

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

Shades of Light Steel Blue #AFC3DE

Tints of Light Steel Blue #AFC3DE

Color information

#AFC3DE (or 0xAFC3DE) is unknown color: approx Light Steel Blue. HEX triplet: AF, C3 and DE. RGB value is (175,195,222). Sum of RGB (Red+Green+Blue) = 175+195+222=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DE is #503C21. Grayscale: #BFBFBF. Windows color (decimal): -5258274 or 14599087. OLE color: 14599087.

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

Color convert

RGB175195222-
CMYK0.210.1200.13
HSL214.47º41.59%77.84%-
HSV(B)214.47º21.17%87.06%-
XYZ50.3853.4276.76-
YUV192.1144.87115.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 195 (76.56% from 255) = 32.94%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=29.56%
G=32.94%
B=37.5%

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
Decimal1751952220.210.1200.13214.4741.5977.84
HexAFC3DE15C0Dd62a4e
Octal257303336251401532652116
Binary10101111110000111101111010101110001101110101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3DE; }

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

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

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

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

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

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

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

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