Html Css Color HEX #8EAAB0 Botticelli

📋 copy color: '#8EAAB0'

red 142 ◦ green 170 ◦ blue 176

#8EAAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #8EAAB0

Tints of Botticelli #8EAAB0

RGB

 RED value IS 142 (55.86% from 255) = 29.1%

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 29.1%
G = 34.84%
B = 36.07%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8EAAB0 (or 0x8EAAB0) is known color: Botticelli. HEX triplet: 8E, AA and B0. RGB value is (142,170,176). Sum of RGB (Red+Green+Blue) = 142+170+176=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #8EAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAB0 is #71554F. Grayscale: #A2A2A2. Windows color (decimal): -7427408 or 11577998. OLE color: 11577998.

HSL color Cylindrical-coordinate representation of color #8EAAB0: hue angle of 190.59º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EAAB0 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 170 176 -
CMYK 0.19 0.03 0 0.31
HSL 190.59º 0.18% 0.62% -
HSV(B) 190.59º 0.19% 0.69% -
XYZ 33.37 37.63 46.58 -
YUV 162.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 142 170 176 0.19 0.03 0 0.31 190.59 0.18 0.62
Hex 8E AA B0 13 3 0 1F BF 12 3E
Octal 216 252 260 23 3 0 37 277 22 76
Binary 10001110 10101010 10110000 10011 11 0 11111 10111111 10010 111110

Color Harmonies of #8EAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAAB0

Black with #8EAAB0

Text Example


Text Example

White with #8EAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,170,176); }

 H1.HeaderClassName
 {
   color: #8EAAB0;
 }
 .AnyTagClassName
 {
   color: #8EAAB0;
 }
</style>

background-color css

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

 a { background-color: rgb(142,170,176); }

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

border-color css

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

 span { border-color: rgb(142,170,176); }

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