Html Css Color HEX #8EACB8 Botticelli

📋 copy color: '#8EACB8'

red 142 ◦ green 172 ◦ blue 184

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

Shades of Botticelli #8EACB8

Tints of Botticelli #8EACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.95%

R = 28.51%
G = 34.54%
B = 36.95%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8EACB8 (or 0x8EACB8) is known color: Botticelli. HEX triplet: 8E, AC and B8. RGB value is (142,172,184). Sum of RGB (Red+Green+Blue) = 142+172+184=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 184 - color contains mainly: blue. Hex color #8EACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACB8 is #715347. Grayscale: #A4A4A4. Windows color (decimal): -7426888 or 12102798. OLE color: 12102798.

HSL color Cylindrical-coordinate representation of color #8EACB8: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EACB8 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 142 172 184 -
CMYK 0.23 0.07 0 0.28
HSL 197.14º 0.23% 0.64% -
HSV(B) 197.14º 0.23% 0.72% -
XYZ 34.56 38.72 51 -
YUV 164.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 142 172 184 0.23 0.07 0 0.28 197.14 0.23 0.64
Hex 8E AC B8 17 7 0 1C C5 17 40
Octal 216 254 270 27 7 0 34 305 27 100
Binary 10001110 10101100 10111000 10111 111 0 11100 11000101 10111 1000000

Color Harmonies of #8EACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACB8

Black with #8EACB8

Text Example


Text Example

White with #8EACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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