#AFBED5

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

Shades of Spindle #AFBED5

Tints of Spindle #AFBED5

Color information

#AFBED5 (or 0xAFBED5) is unknown color: approx Spindle. HEX triplet: AF, BE and D5. RGB value is (175,190,213). Sum of RGB (Red+Green+Blue) = 175+190+213=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBED5 is #50412A. Grayscale: #BCBCBC. Windows color (decimal): -5259563 or 14007983. OLE color: 14007983.

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

Color convert

RGB175190213-
CMYK0.180.1100.16
HSL216.32º31.15%76.08%-
HSV(B)216.32º17.84%83.53%-
XYZ48.150.7470.21-
YUV188.14142.03118.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=30.28%
G=32.87%
B=36.85%

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
Decimal1751902130.180.1100.16216.3231.1576.08
HexAFBED512B010d81f4c
Octal257276325221302033037114
Binary10101111101111101101010110010101101000011011000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBED5; }

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

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

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

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

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

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

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

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