#AFC0DB

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

Shades of Light Steel Blue #AFC0DB

Tints of Light Steel Blue #AFC0DB

Color information

#AFC0DB (or 0xAFC0DB) is unknown color: approx Light Steel Blue. HEX triplet: AF, C0 and DB. RGB value is (175,192,219). Sum of RGB (Red+Green+Blue) = 175+192+219=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DB is #503F24. Grayscale: #BDBDBD. Windows color (decimal): -5259045 or 14401711. OLE color: 14401711.

HSL color Cylindrical-coordinate representation of color #AFC0DB: hue angle of 216.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC0DB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175192219-
CMYK0.200.1200.14
HSL216.82º37.93%77.25%-
HSV(B)216.82º20.09%85.88%-
XYZ49.3251.9374.44-
YUV190144.37117.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=29.86%
G=32.76%
B=37.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751922190.200.1200.14216.8237.9377.25
HexAFC0DB14C0Ed9264d
Octal257300333241401633146115
Binary10101111110000001101101110100110001110110110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0DB; }

 p { color: rgb(175,192,219); }

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

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

 a { background-color: rgb(175,192,219); }

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

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

 span { border-color: rgb(175,192,219); }

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