Html Css Color HEX #8EACB7 Botticelli

📋 copy color: '#8EACB7'

red 142 ◦ green 172 ◦ blue 183

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

Shades of Botticelli #8EACB7

Tints of Botticelli #8EACB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 28.57%
G = 34.61%
B = 36.82%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8EACB7 (or 0x8EACB7) is known color: Botticelli. HEX triplet: 8E, AC and B7. RGB value is (142,172,183). Sum of RGB (Red+Green+Blue) = 142+172+183=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #8EACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACB7 is #715348. Grayscale: #A4A4A4. Windows color (decimal): -7426889 or 12037262. OLE color: 12037262.

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

Color convert

RGB 142 172 183 -
CMYK 0.22 0.06 0 0.28
HSL 196.1º 0.22% 0.64% -
HSV(B) 196.1º 0.22% 0.72% -
XYZ 34.46 38.67 50.45 -
YUV 164.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 142 172 183 0.22 0.06 0 0.28 196.1 0.22 0.64
Hex 8E AC B7 16 6 0 1C C4 16 40
Octal 216 254 267 26 6 0 34 304 26 100
Binary 10001110 10101100 10110111 10110 110 0 11100 11000100 10110 1000000

Color Harmonies of #8EACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACB7

Black with #8EACB7

Text Example


Text Example

White with #8EACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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