#AFC9DB

Color #AFC9DB Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AFC9DB

Tints of Spindle #AFC9DB

Color information

#AFC9DB (or 0xAFC9DB) is unknown color: approx Spindle. HEX triplet: AF, C9 and DB. RGB value is (175,201,219). Sum of RGB (Red+Green+Blue) = 175+201+219=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DB is #503624. Grayscale: #C3C3C3. Windows color (decimal): -5256741 or 14404015. OLE color: 14404015.

HSL color Cylindrical-coordinate representation of color #AFC9DB: hue angle of 204.55º 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 #AFC9DB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175201219-
CMYK0.200.0800.14
HSL204.55º37.93%77.25%-
HSV(B)204.55º20.09%85.88%-
XYZ51.355675.12-
YUV195.28141.39113.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=29.41%
G=33.78%
B=36.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752012190.200.0800.14204.5537.9377.25
HexAFC9DB1480Ecd264d
Octal257311333241001631546115
Binary10101111110010011101101110100100001110110011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9DB; }

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

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

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

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

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

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

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

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