#AFCAD9

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

Shades of Spindle #AFCAD9

Tints of Spindle #AFCAD9

Color information

#AFCAD9 (or 0xAFCAD9) is unknown color: approx Spindle. HEX triplet: AF, CA and D9. RGB value is (175,202,217). Sum of RGB (Red+Green+Blue) = 175+202+217=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFCAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAD9 is #503526. Grayscale: #C3C3C3. Windows color (decimal): -5256487 or 14273199. OLE color: 14273199.

HSL color Cylindrical-coordinate representation of color #AFCAD9: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCAD9 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175202217-
CMYK0.190.0700.15
HSL201.43º35.59%76.86%-
HSV(B)201.43º19.35%85.1%-
XYZ51.3256.3673.82-
YUV195.64140.05113.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=29.46%
G=34.01%
B=36.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752022170.190.0700.15201.4335.5976.86
HexAFCAD91370Fc9244d
Octal25731233123701731144115
Binary1010111111001010110110011001111101111110010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAD9; }

 p { color: rgb(175,202,217); }

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

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

 a { background-color: rgb(175,202,217); }

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

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

 span { border-color: rgb(175,202,217); }

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