#8EBBC4

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

Shades of Botticelli #8EBBC4

Tints of Botticelli #8EBBC4

Color information

#8EBBC4 (or 0x8EBBC4) is unknown color: approx Botticelli. HEX triplet: 8E, BB and C4. RGB value is (142,187,196). Sum of RGB (Red+Green+Blue) = 142+187+196=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #8EBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBC4 is #71443B. Grayscale: #AEAEAE. Windows color (decimal): -7423036 or 12893070. OLE color: 12893070.

HSL color Cylindrical-coordinate representation of color #8EBBC4: hue angle of 190º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EBBC4 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB142187196-
CMYK0.280.0500.23
HSL190º31.4%66.27%-
HSV(B)190º27.55%76.86%-
XYZ38.8945.2858.91-
YUV174.57140.09104.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=27.05%
G=35.62%
B=37.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421871960.280.0500.2319031.466.27
Hex8EBBC41C5017be1f42
Octal21627330434502727637102
Binary1000111010111011110001001110010101011110111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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