#8EBCC7

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

Shades of Botticelli #8EBCC7

Tints of Botticelli #8EBCC7

Color information

#8EBCC7 (or 0x8EBCC7) is unknown color: approx Botticelli. HEX triplet: 8E, BC and C7. RGB value is (142,188,199). Sum of RGB (Red+Green+Blue) = 142+188+199=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: blue. Hex color #8EBCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCC7 is #714338. Grayscale: #AFAFAF. Windows color (decimal): -7422777 or 13089934. OLE color: 13089934.

HSL color Cylindrical-coordinate representation of color #8EBCC7: hue angle of 191.58º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EBCC7 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB142188199-
CMYK0.290.0600.22
HSL191.58º33.73%66.86%-
HSV(B)191.58º28.64%78.04%-
XYZ39.4545.8460.8-
YUV175.5141.26104.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=26.84%
G=35.54%
B=37.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421881990.290.0600.22191.5833.7366.86
Hex8EBCC71D6016c02243
Octal21627430735602630042103
Binary10001110101111001100011111101110010110110000001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,188,199); }

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

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

 a { background-color: rgb(142,188,199); }

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

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

 span { border-color: rgb(142,188,199); }

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