#AFC7DE

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

Shades of Light Steel Blue #AFC7DE

Tints of Light Steel Blue #AFC7DE

Color information

#AFC7DE (or 0xAFC7DE) is unknown color: approx Light Steel Blue. HEX triplet: AF, C7 and DE. RGB value is (175,199,222). Sum of RGB (Red+Green+Blue) = 175+199+222=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DE is #503821. Grayscale: #C2C2C2. Windows color (decimal): -5257250 or 14600111. OLE color: 14600111.

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

Color convert

RGB175199222-
CMYK0.210.1000.13
HSL209.36º41.59%77.84%-
HSV(B)209.36º21.17%87.06%-
XYZ51.2955.2377.07-
YUV194.45143.55114.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=29.36%
G=33.39%
B=37.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751992220.210.1000.13209.3641.5977.84
HexAFC7DE15A0Dd12a4e
Octal257307336251201532152116
Binary10101111110001111101111010101101001101110100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7DE; }

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

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

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

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

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

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

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

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