#AFBDD5

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

Shades of Spindle #AFBDD5

Tints of Spindle #AFBDD5

Color information

#AFBDD5 (or 0xAFBDD5) is unknown color: approx Spindle. HEX triplet: AF, BD and D5. RGB value is (175,189,213). Sum of RGB (Red+Green+Blue) = 175+189+213=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD5 is #50422A. Grayscale: #BBBBBB. Windows color (decimal): -5259819 or 14007727. OLE color: 14007727.

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

Color convert

RGB175189213-
CMYK0.180.1100.16
HSL217.89º31.15%76.08%-
HSV(B)217.89º17.84%83.53%-
XYZ47.8950.3170.14-
YUV187.55142.36119.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=30.33%
G=32.76%
B=36.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751892130.180.1100.16217.8931.1576.08
HexAFBDD512B010da1f4c
Octal257275325221302033237114
Binary10101111101111011101010110010101101000011011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDD5; }

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

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

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

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

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

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

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

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