#AFC9DD

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

Shades of Spindle #AFC9DD

Tints of Spindle #AFC9DD

Color information

#AFC9DD (or 0xAFC9DD) is unknown color: approx Spindle. HEX triplet: AF, C9 and DD. RGB value is (175,201,221). Sum of RGB (Red+Green+Blue) = 175+201+221=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DD is #503622. Grayscale: #C3C3C3. Windows color (decimal): -5256739 or 14535087. OLE color: 14535087.

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

Color convert

RGB175201221-
CMYK0.210.0900.13
HSL206.09º40.35%77.65%-
HSV(B)206.09º20.81%86.67%-
XYZ51.6256.1176.52-
YUV195.51142.39113.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 201 (78.91% from 255) = 33.67%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=29.31%
G=33.67%
B=37.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752012210.210.0900.13206.0940.3577.65
HexAFC9DD1590Dce284e
Octal257311335251101531650116
Binary10101111110010011101110110101100101101110011101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9DD; }

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

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

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

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

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

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

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

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