#AFBDD6

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

Shades of Spindle #AFBDD6

Tints of Spindle #AFBDD6

Color information

#AFBDD6 (or 0xAFBDD6) is unknown color: approx Spindle. HEX triplet: AF, BD and D6. RGB value is (175,189,214). Sum of RGB (Red+Green+Blue) = 175+189+214=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFBDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD6 is #504229. Grayscale: #BBBBBB. Windows color (decimal): -5259818 or 14073263. OLE color: 14073263.

HSL color Cylindrical-coordinate representation of color #AFBDD6: hue angle of 218.46º degrees, saturation: 0.32, 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 #AFBDD6 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175189214-
CMYK0.180.1200.16
HSL218.46º32.23%76.27%-
HSV(B)218.46º18.22%83.92%-
XYZ48.0150.3670.81-
YUV187.66142.86118.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=30.28%
G=32.70%
B=37.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751892140.180.1200.16218.4632.2376.27
HexAFBDD612C010da204c
Octal257275326221402033240114
Binary101011111011110111010110100101100010000110110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDD6; }

 p { color: rgb(175,189,214); }

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

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

 a { background-color: rgb(175,189,214); }

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

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

 span { border-color: rgb(175,189,214); }

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