Html Css Color HEX #8EB0BA Botticelli

📋 copy color: '#8EB0BA'

red 142 ◦ green 176 ◦ blue 186

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

Shades of Botticelli #8EB0BA

Tints of Botticelli #8EB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 28.17%
G = 34.92%
B = 36.9%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EB0BA (or 0x8EB0BA) is known color: Botticelli. HEX triplet: 8E, B0 and BA. RGB value is (142,176,186). Sum of RGB (Red+Green+Blue) = 142+176+186=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB0BA is #714F45. Grayscale: #A6A6A6. Windows color (decimal): -7425862 or 12234894. OLE color: 12234894.

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

Color convert

RGB 142 176 186 -
CMYK 0.24 0.05 0 0.27
HSL 193.64º 0.24% 0.64% -
HSV(B) 193.64º 0.24% 0.73% -
XYZ 35.54 40.35 52.37 -
YUV 166.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 142 176 186 0.24 0.05 0 0.27 193.64 0.24 0.64
Hex 8E B0 BA 18 5 0 1B C2 18 40
Octal 216 260 272 30 5 0 33 302 30 100
Binary 10001110 10110000 10111010 11000 101 0 11011 11000010 11000 1000000

Color Harmonies of #8EB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB0BA

Black with #8EB0BA

Text Example


Text Example

White with #8EB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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