#AFBDD0

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

Shades of Spindle #AFBDD0

Tints of Spindle #AFBDD0

Color information

#AFBDD0 (or 0xAFBDD0) is unknown color: approx Spindle. HEX triplet: AF, BD and D0. RGB value is (175,189,208). Sum of RGB (Red+Green+Blue) = 175+189+208=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD0 is #50422F. Grayscale: #BABABA. Windows color (decimal): -5259824 or 13680047. OLE color: 13680047.

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

Color convert

RGB175189208-
CMYK0.160.0900.18
HSL214.55º25.98%75.1%-
HSV(B)214.55º15.87%81.57%-
XYZ47.2650.0666.85-
YUV186.98139.86119.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=30.59%
G=33.04%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751892080.160.0900.18214.5525.9875.1
HexAFBDD0109012d71a4b
Octal257275320201102232732113
Binary10101111101111011101000010000100101001011010111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDD0; }

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

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

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

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

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

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

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

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