#8EBBC1

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

Shades of Botticelli #8EBBC1

Tints of Botticelli #8EBBC1

Color information

#8EBBC1 (or 0x8EBBC1) is unknown color: approx Botticelli. HEX triplet: 8E, BB and C1. RGB value is (142,187,193). Sum of RGB (Red+Green+Blue) = 142+187+193=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBC1 is #71443E. Grayscale: #AEAEAE. Windows color (decimal): -7423039 or 12696462. OLE color: 12696462.

HSL color Cylindrical-coordinate representation of color #8EBBC1: hue angle of 187.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EBBC1 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142187193-
CMYK0.260.0300.24
HSL187.06º29.14%65.69%-
HSV(B)187.06º26.42%75.69%-
XYZ38.5545.1457.13-
YUV174.23138.59105.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=27.20%
G=35.82%
B=36.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421871930.260.0300.24187.0629.1465.69
Hex8EBBC11A3018bb1d42
Octal21627330132303027335102
Binary100011101011101111000001110101101100010111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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