#AFC8DE

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

Shades of Light Steel Blue #AFC8DE

Tints of Light Steel Blue #AFC8DE

Color information

#AFC8DE (or 0xAFC8DE) is unknown color: approx Light Steel Blue. HEX triplet: AF, C8 and DE. RGB value is (175,200,222). Sum of RGB (Red+Green+Blue) = 175+200+222=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8DE is #503721. Grayscale: #C2C2C2. Windows color (decimal): -5256994 or 14600367. OLE color: 14600367.

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

Color convert

RGB175200222-
CMYK0.210.1000.13
HSL208.09º41.59%77.84%-
HSV(B)208.09º21.17%87.06%-
XYZ51.5255.777.14-
YUV195.03143.22113.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 200 (78.52% from 255) = 33.50%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=29.31%
G=33.50%
B=37.19%

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
Decimal1752002220.210.1000.13208.0941.5977.84
HexAFC8DE15A0Dd02a4e
Octal257310336251201532052116
Binary10101111110010001101111010101101001101110100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8DE; }

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

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

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

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

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

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

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

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