Html Css Color HEX #8EABB1 Botticelli

📋 copy color: '#8EABB1'

red 142 ◦ green 171 ◦ blue 177

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

Shades of Botticelli #8EABB1

Tints of Botticelli #8EABB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 28.98%
G = 34.9%
B = 36.12%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8EABB1 (or 0x8EABB1) is known color: Botticelli. HEX triplet: 8E, AB and B1. RGB value is (142,171,177). Sum of RGB (Red+Green+Blue) = 142+171+177=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #8EABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABB1 is #71544E. Grayscale: #A2A2A2. Windows color (decimal): -7427151 or 11643790. OLE color: 11643790.

HSL color Cylindrical-coordinate representation of color #8EABB1: hue angle of 190.29º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8EABB1 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 171 177 -
CMYK 0.20 0.03 0 0.31
HSL 190.29º 0.18% 0.63% -
HSV(B) 190.29º 0.2% 0.69% -
XYZ 33.65 38.05 47.17 -
YUV 163.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 142 171 177 0.20 0.03 0 0.31 190.29 0.18 0.63
Hex 8E AB B1 14 3 0 1F BE 12 3F
Octal 216 253 261 24 3 0 37 276 22 77
Binary 10001110 10101011 10110001 10100 11 0 11111 10111110 10010 111111

Color Harmonies of #8EABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABB1

Black with #8EABB1

Text Example


Text Example

White with #8EABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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