#8EB9C3

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

Shades of Botticelli #8EB9C3

Tints of Botticelli #8EB9C3

Color information

#8EB9C3 (or 0x8EB9C3) is unknown color: approx Botticelli. HEX triplet: 8E, B9 and C3. RGB value is (142,185,195). Sum of RGB (Red+Green+Blue) = 142+185+195=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EB9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9C3 is #71463C. Grayscale: #ADADAD. Windows color (decimal): -7423549 or 12827022. OLE color: 12827022.

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

Color convert

RGB142185195-
CMYK0.270.0500.24
HSL191.32º30.64%66.08%-
HSV(B)191.32º27.18%76.47%-
XYZ38.3544.3958.18-
YUV173.28140.25105.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=27.20%
G=35.44%
B=37.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421851950.270.0500.24191.3230.6466.08
Hex8EB9C31B5018bf1f42
Octal21627130333503027737102
Binary1000111010111001110000111101110101100010111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,185,195); }

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

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

 a { background-color: rgb(142,185,195); }

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

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

 span { border-color: rgb(142,185,195); }

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