Html Css Color HEX #87AAB4 Botticelli

📋 copy color: '#87AAB4'

red 135 ◦ green 170 ◦ blue 180

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

Shades of Botticelli #87AAB4

Tints of Botticelli #87AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 27.84%
G = 35.05%
B = 37.11%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#87AAB4 (or 0x87AAB4) is known color: Botticelli. HEX triplet: 87, AA and B4. RGB value is (135,170,180). Sum of RGB (Red+Green+Blue) = 135+170+180=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #87AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAB4 is #78554B. Grayscale: #A0A0A0. Windows color (decimal): -7886156 or 11840135. OLE color: 11840135.

HSL color Cylindrical-coordinate representation of color #87AAB4: hue angle of 193.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87AAB4 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 170 180 -
CMYK 0.25 0.06 0 0.29
HSL 193.33º 0.23% 0.62% -
HSV(B) 193.33º 0.25% 0.71% -
XYZ 32.6 37.2 48.64 -
YUV 160.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 135 170 180 0.25 0.06 0 0.29 193.33 0.23 0.62
Hex 87 AA B4 19 6 0 1D C1 17 3E
Octal 207 252 264 31 6 0 35 301 27 76
Binary 10000111 10101010 10110100 11001 110 0 11101 11000001 10111 111110

Color Harmonies of #87AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AAB4

Black with #87AAB4

Text Example


Text Example

White with #87AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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