#AFC5D5

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

Shades of Spindle #AFC5D5

Tints of Spindle #AFC5D5

Color information

#AFC5D5 (or 0xAFC5D5) is unknown color: approx Spindle. HEX triplet: AF, C5 and D5. RGB value is (175,197,213). Sum of RGB (Red+Green+Blue) = 175+197+213=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFC5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5D5 is #503A2A. Grayscale: #C0C0C0. Windows color (decimal): -5257771 or 14009775. OLE color: 14009775.

HSL color Cylindrical-coordinate representation of color #AFC5D5: hue angle of 205.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC5D5 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175197213-
CMYK0.180.0800.16
HSL205.26º31.15%76.08%-
HSV(B)205.26º17.84%83.53%-
XYZ49.6653.8570.73-
YUV192.25139.71115.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 197 (77.34% from 255) = 33.68%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=29.91%
G=33.68%
B=36.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751972130.180.0800.16205.2631.1576.08
HexAFC5D5128010cd1f4c
Octal257305325221002031537114
Binary10101111110001011101010110010100001000011001101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5D5; }

 p { color: rgb(175,197,213); }

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

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

 a { background-color: rgb(175,197,213); }

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

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

 span { border-color: rgb(175,197,213); }

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