Html Css Color HEX #8EACB6 Botticelli

📋 copy color: '#8EACB6'

red 142 ◦ green 172 ◦ blue 182

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

Shades of Botticelli #8EACB6

Tints of Botticelli #8EACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

 BLUE value IS 182 (71.48% from 255) = 36.69%

R = 28.63%
G = 34.68%
B = 36.69%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8EACB6 (or 0x8EACB6) is known color: Botticelli. HEX triplet: 8E, AC and B6. RGB value is (142,172,182). Sum of RGB (Red+Green+Blue) = 142+172+182=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #8EACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACB6 is #715349. Grayscale: #A4A4A4. Windows color (decimal): -7426890 or 11971726. OLE color: 11971726.

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

Color convert

RGB 142 172 182 -
CMYK 0.22 0.05 0 0.29
HSL 195º 0.22% 0.64% -
HSV(B) 195º 0.22% 0.71% -
XYZ 34.35 38.63 49.9 -
YUV 164.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 142 172 182 0.22 0.05 0 0.29 195 0.22 0.64
Hex 8E AC B6 16 5 0 1D C3 16 40
Octal 216 254 266 26 5 0 35 303 26 100
Binary 10001110 10101100 10110110 10110 101 0 11101 11000011 10110 1000000

Color Harmonies of #8EACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACB6

Black with #8EACB6

Text Example


Text Example

White with #8EACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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