Html Css Color HEX #8EACB3 Botticelli

📋 copy color: '#8EACB3'

red 142 ◦ green 172 ◦ blue 179

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

Shades of Botticelli #8EACB3

Tints of Botticelli #8EACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 28.8%
G = 34.89%
B = 36.31%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8EACB3 (or 0x8EACB3) is known color: Botticelli. HEX triplet: 8E, AC and B3. RGB value is (142,172,179). Sum of RGB (Red+Green+Blue) = 142+172+179=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #8EACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACB3 is #71534C. Grayscale: #A3A3A3. Windows color (decimal): -7426893 or 11775118. OLE color: 11775118.

HSL color Cylindrical-coordinate representation of color #8EACB3: hue angle of 191.35º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EACB3 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 172 179 -
CMYK 0.21 0.04 0 0.30
HSL 191.35º 0.2% 0.63% -
HSV(B) 191.35º 0.21% 0.7% -
XYZ 34.04 38.51 48.29 -
YUV 163.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 142 172 179 0.21 0.04 0 0.30 191.35 0.2 0.63
Hex 8E AC B3 15 4 0 1E BF 14 3F
Octal 216 254 263 25 4 0 36 277 24 77
Binary 10001110 10101100 10110011 10101 100 0 11110 10111111 10100 111111

Color Harmonies of #8EACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACB3

Black with #8EACB3

Text Example


Text Example

White with #8EACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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