#8EBBBE

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

Shades of Botticelli #8EBBBE

Tints of Botticelli #8EBBBE

Color information

#8EBBBE (or 0x8EBBBE) is unknown color: approx Botticelli. HEX triplet: 8E, BB and BE. RGB value is (142,187,190). Sum of RGB (Red+Green+Blue) = 142+187+190=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBBE is #714441. Grayscale: #ADADAD. Windows color (decimal): -7423042 or 12499854. OLE color: 12499854.

HSL color Cylindrical-coordinate representation of color #8EBBBE: hue angle of 183.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBBBE is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142187190-
CMYK0.250.0200.25
HSL183.75º26.97%65.1%-
HSV(B)183.75º25.26%74.51%-
XYZ38.2245.0155.39-
YUV173.89137.09105.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=27.36%
G=36.03%
B=36.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421871900.250.0200.25183.7526.9765.1
Hex8EBBBE192019b81b41
Octal21627327631203127033101
Binary100011101011101110111110110011001100110111000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,187,190); }

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

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

 a { background-color: rgb(142,187,190); }

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

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

 span { border-color: rgb(142,187,190); }

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