#8EB5C1

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

Shades of Botticelli #8EB5C1

Tints of Botticelli #8EB5C1

Color information

#8EB5C1 (or 0x8EB5C1) is unknown color: approx Botticelli. HEX triplet: 8E, B5 and C1. RGB value is (142,181,193). Sum of RGB (Red+Green+Blue) = 142+181+193=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB5C1 is #714A3E. Grayscale: #AAAAAA. Windows color (decimal): -7424575 or 12694926. OLE color: 12694926.

HSL color Cylindrical-coordinate representation of color #8EB5C1: hue angle of 194.12º 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 #8EB5C1 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142181193-
CMYK0.260.0600.24
HSL194.12º29.14%65.69%-
HSV(B)194.12º26.42%75.69%-
XYZ37.342.6556.72-
YUV170.71140.58107.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=27.52%
G=35.08%
B=37.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421811930.260.0600.24194.1229.1465.69
Hex8EB5C11A6018c21d42
Octal21626530132603030235102
Binary1000111010110101110000011101011001100011000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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