#AFC6DD

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

Shades of Light Steel Blue #AFC6DD

Tints of Light Steel Blue #AFC6DD

Color information

#AFC6DD (or 0xAFC6DD) is unknown color: approx Light Steel Blue. HEX triplet: AF, C6 and DD. RGB value is (175,198,221). Sum of RGB (Red+Green+Blue) = 175+198+221=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DD is #503922. Grayscale: #C1C1C1. Windows color (decimal): -5257507 or 14534319. OLE color: 14534319.

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

Color convert

RGB175198221-
CMYK0.210.1000.13
HSL210º40.35%77.65%-
HSV(B)210º20.81%86.67%-
XYZ50.9254.7276.29-
YUV193.74143.38114.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=29.46%
G=33.33%
B=37.21%

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
Decimal1751982210.210.1000.1321040.3577.65
HexAFC6DD15A0Dd2284e
Octal257306335251201532250116
Binary10101111110001101101110110101101001101110100101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6DD; }

 p { color: rgb(175,198,221); }

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

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

 a { background-color: rgb(175,198,221); }

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

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

 span { border-color: rgb(175,198,221); }

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