Html Css Color HEX #8EB6BA Botticelli

📋 copy color: '#8EB6BA'

red 142 ◦ green 182 ◦ blue 186

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

Shades of Botticelli #8EB6BA

Tints of Botticelli #8EB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.69%

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

R = 27.84%
G = 35.69%
B = 36.47%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EB6BA (or 0x8EB6BA) is known color: Botticelli. HEX triplet: 8E, B6 and BA. RGB value is (142,182,186). Sum of RGB (Red+Green+Blue) = 142+182+186=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6BA is #714945. Grayscale: #AAAAAA. Windows color (decimal): -7424326 or 12236430. OLE color: 12236430.

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

Color convert

RGB 142 182 186 -
CMYK 0.24 0.02 0 0.27
HSL 185.45º 0.24% 0.64% -
HSV(B) 185.45º 0.24% 0.73% -
XYZ 36.75 42.75 52.77 -
YUV 170.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 142 182 186 0.24 0.02 0 0.27 185.45 0.24 0.64
Hex 8E B6 BA 18 2 0 1B B9 18 40
Octal 216 266 272 30 2 0 33 271 30 100
Binary 10001110 10110110 10111010 11000 10 0 11011 10111001 11000 1000000

Color Harmonies of #8EB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB6BA

Black with #8EB6BA

Text Example


Text Example

White with #8EB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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