Html Css Color HEX #8EABB5 Botticelli

📋 copy color: '#8EABB5'

red 142 ◦ green 171 ◦ blue 181

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

Shades of Botticelli #8EABB5

Tints of Botticelli #8EABB5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 28.74%
G = 34.62%
B = 36.64%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8EABB5 (or 0x8EABB5) is known color: Botticelli. HEX triplet: 8E, AB and B5. RGB value is (142,171,181). Sum of RGB (Red+Green+Blue) = 142+171+181=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #8EABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABB5 is #71544A. Grayscale: #A3A3A3. Windows color (decimal): -7427147 or 11905934. OLE color: 11905934.

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

Color convert

RGB 142 171 181 -
CMYK 0.22 0.06 0 0.29
HSL 195.38º 0.21% 0.63% -
HSV(B) 195.38º 0.22% 0.71% -
XYZ 34.06 38.21 49.3 -
YUV 163.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 142 171 181 0.22 0.06 0 0.29 195.38 0.21 0.63
Hex 8E AB B5 16 6 0 1D C3 15 3F
Octal 216 253 265 26 6 0 35 303 25 77
Binary 10001110 10101011 10110101 10110 110 0 11101 11000011 10101 111111

Color Harmonies of #8EABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABB5

Black with #8EABB5

Text Example


Text Example

White with #8EABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,171,181); }

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

background-color css

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

 a { background-color: rgb(142,171,181); }

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

border-color css

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

 span { border-color: rgb(142,171,181); }

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