#8EABB7

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

Shades of Botticelli #8EABB7

Tints of Botticelli #8EABB7

Color information

#8EABB7 (or 0x8EABB7) is unknown color: approx Botticelli. HEX triplet: 8E, AB and B7. RGB value is (142,171,183). Sum of RGB (Red+Green+Blue) = 142+171+183=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #8EABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABB7 is #715448. Grayscale: #A3A3A3. Windows color (decimal): -7427145 or 12037006. OLE color: 12037006.

HSL color Cylindrical-coordinate representation of color #8EABB7: hue angle of 197.56º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EABB7 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB142171183-
CMYK0.220.0700.28
HSL197.56º22.16%63.73%-
HSV(B)197.56º22.4%71.76%-
XYZ34.2738.350.39-
YUV163.7138.89112.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=28.63%
G=34.48%
B=36.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421711830.220.0700.28197.5622.1663.73
Hex8EABB716701Cc61640
Octal21625326726703430626100
Binary1000111010101011101101111011011101110011000110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,183); }

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

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

 a { background-color: rgb(142,171,183); }

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

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

 span { border-color: rgb(142,171,183); }

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