#8DABAF

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

Shades of Botticelli #8DABAF

Tints of Botticelli #8DABAF

Color information

#8DABAF (or 0x8DABAF) is unknown color: approx Botticelli. HEX triplet: 8D, AB and AF. RGB value is (141,171,175). Sum of RGB (Red+Green+Blue) = 141+171+175=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #8DABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DABAF is #725450. Grayscale: #A2A2A2. Windows color (decimal): -7492689 or 11512717. OLE color: 11512717.

HSL color Cylindrical-coordinate representation of color #8DABAF: hue angle of 187.06º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DABAF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141171175-
CMYK0.190.0200.31
HSL187.06º17.53%61.96%-
HSV(B)187.06º19.43%68.63%-
XYZ33.2937.8846.12-
YUV162.49135.06112.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=28.95%
G=35.11%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411711750.190.0200.31187.0617.5361.96
Hex8DABAF13201Fbb123e
Octal2152532572320372732276
Binary10001101101010111010111110011100111111011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DABAF; }

 p { color: rgb(141,171,175); }

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

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

 a { background-color: rgb(141,171,175); }

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

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

 span { border-color: rgb(141,171,175); }

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