Html Css Color HEX #87AAB3 Botticelli

📋 copy color: '#87AAB3'

red 135 ◦ green 170 ◦ blue 179

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

Shades of Botticelli #87AAB3

Tints of Botticelli #87AAB3

RGB

 RED value IS 135 (53.13% from 255) = 27.89%

 GREEN value IS 170 (66.8% from 255) = 35.12%

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

R = 27.89%
G = 35.12%
B = 36.98%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#87AAB3 (or 0x87AAB3) is known color: Botticelli. HEX triplet: 87, AA and B3. RGB value is (135,170,179). Sum of RGB (Red+Green+Blue) = 135+170+179=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #87AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAB3 is #78554C. Grayscale: #A0A0A0. Windows color (decimal): -7886157 or 11774599. OLE color: 11774599.

HSL color Cylindrical-coordinate representation of color #87AAB3: hue angle of 192.27º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87AAB3 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 170 179 -
CMYK 0.25 0.05 0 0.30
HSL 192.27º 0.22% 0.62% -
HSV(B) 192.27º 0.25% 0.7% -
XYZ 32.5 37.16 48.11 -
YUV 160.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 135 170 179 0.25 0.05 0 0.30 192.27 0.22 0.62
Hex 87 AA B3 19 5 0 1E C0 16 3E
Octal 207 252 263 31 5 0 36 300 26 76
Binary 10000111 10101010 10110011 11001 101 0 11110 11000000 10110 111110

Color Harmonies of #87AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AAB3

Black with #87AAB3

Text Example


Text Example

White with #87AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87AAB3; }

 p { color: rgb(135,170,179); }

 H1.HeaderClassName
 {
   color: #87AAB3;
 }
 .AnyTagClassName
 {
   color: #87AAB3;
 }
</style>

background-color css

<style>
 a { background-color: #87AAB3; }

 a { background-color: rgb(135,170,179); }

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

border-color css

<style>
 span { border-color: #87AAB3; }

 span { border-color: rgb(135,170,179); }

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