#8EB1BD

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

Shades of Botticelli #8EB1BD

Tints of Botticelli #8EB1BD

Color information

#8EB1BD (or 0x8EB1BD) is unknown color: approx Botticelli. HEX triplet: 8E, B1 and BD. RGB value is (142,177,189). Sum of RGB (Red+Green+Blue) = 142+177+189=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1BD is #714E42. Grayscale: #A7A7A7. Windows color (decimal): -7425603 or 12431758. OLE color: 12431758.

HSL color Cylindrical-coordinate representation of color #8EB1BD: hue angle of 195.32º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EB1BD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142177189-
CMYK0.250.0600.26
HSL195.32º26.26%64.9%-
HSV(B)195.32º24.87%74.12%-
XYZ36.0640.8754.13-
YUV167.9139.9109.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=27.95%
G=34.84%
B=37.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421771890.250.0600.26195.3226.2664.9
Hex8EB1BD19601Ac31a41
Octal21626127531603230332101
Binary1000111010110001101111011100111001101011000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,189); }

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

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

 a { background-color: rgb(142,177,189); }

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

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

 span { border-color: rgb(142,177,189); }

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