#AFBED2

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

Shades of Spindle #AFBED2

Tints of Spindle #AFBED2

Color information

#AFBED2 (or 0xAFBED2) is unknown color: approx Spindle. HEX triplet: AF, BE and D2. RGB value is (175,190,210). Sum of RGB (Red+Green+Blue) = 175+190+210=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFBED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBED2 is #50412D. Grayscale: #BBBBBB. Windows color (decimal): -5259566 or 13811375. OLE color: 13811375.

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

Color convert

RGB175190210-
CMYK0.170.1000.18
HSL214.29º28%75.49%-
HSV(B)214.29º16.67%82.35%-
XYZ47.7350.5968.22-
YUV187.8140.53118.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=30.43%
G=33.04%
B=36.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751902100.170.1000.18214.292875.49
HexAFBED211A012d61c4b
Octal257276322211202232634113
Binary10101111101111101101001010001101001001011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBED2; }

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

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

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

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

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

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

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

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