Html Css Color HEX #8EACB9 Botticelli

📋 copy color: '#8EACB9'

red 142 ◦ green 172 ◦ blue 185

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

Shades of Botticelli #8EACB9

Tints of Botticelli #8EACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 28.46%
G = 34.47%
B = 37.07%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EACB9 (or 0x8EACB9) is known color: Botticelli. HEX triplet: 8E, AC and B9. RGB value is (142,172,185). Sum of RGB (Red+Green+Blue) = 142+172+185=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #8EACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACB9 is #715346. Grayscale: #A4A4A4. Windows color (decimal): -7426887 or 12168334. OLE color: 12168334.

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

Color convert

RGB 142 172 185 -
CMYK 0.23 0.07 0 0.27
HSL 198.14º 0.23% 0.64% -
HSV(B) 198.14º 0.23% 0.73% -
XYZ 34.66 38.76 51.55 -
YUV 164.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 142 172 185 0.23 0.07 0 0.27 198.14 0.23 0.64
Hex 8E AC B9 17 7 0 1B C6 17 40
Octal 216 254 271 27 7 0 33 306 27 100
Binary 10001110 10101100 10111001 10111 111 0 11011 11000110 10111 1000000

Color Harmonies of #8EACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACB9

Black with #8EACB9

Text Example


Text Example

White with #8EACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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