#AFBDD1

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

Shades of Spindle #AFBDD1

Tints of Spindle #AFBDD1

Color information

#AFBDD1 (or 0xAFBDD1) is unknown color: approx Spindle. HEX triplet: AF, BD and D1. RGB value is (175,189,209). Sum of RGB (Red+Green+Blue) = 175+189+209=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD1 is #50422E. Grayscale: #BBBBBB. Windows color (decimal): -5259823 or 13745583. OLE color: 13745583.

HSL color Cylindrical-coordinate representation of color #AFBDD1: hue angle of 215.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBDD1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175189209-
CMYK0.160.1000.18
HSL215.29º26.98%75.29%-
HSV(B)215.29º16.27%81.96%-
XYZ47.3950.1167.5-
YUV187.09140.36119.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=30.54%
G=32.98%
B=36.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751892090.160.1000.18215.2926.9875.29
HexAFBDD110A012d71b4b
Octal257275321201202232733113
Binary10101111101111011101000110000101001001011010111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDD1; }

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

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

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

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

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

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

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

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