Html Css Color HEX #87ABBA Botticelli

📋 copy color: '#87ABBA'

red 135 ◦ green 171 ◦ blue 186

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

Shades of Botticelli #87ABBA

Tints of Botticelli #87ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 27.44%
G = 34.76%
B = 37.8%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87ABBA (or 0x87ABBA) is known color: Botticelli. HEX triplet: 87, AB and BA. RGB value is (135,171,186). Sum of RGB (Red+Green+Blue) = 135+171+186=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #87ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBA is #785445. Grayscale: #A1A1A1. Windows color (decimal): -7885894 or 12233607. OLE color: 12233607.

HSL color Cylindrical-coordinate representation of color #87ABBA: hue angle of 197.65º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87ABBA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 171 186 -
CMYK 0.27 0.08 0 0.27
HSL 197.65º 0.27% 0.63% -
HSV(B) 197.65º 0.27% 0.73% -
XYZ 33.42 37.82 51.99 -
YUV 161.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 135 171 186 0.27 0.08 0 0.27 197.65 0.27 0.63
Hex 87 AB BA 1B 8 0 1B C6 1B 3F
Octal 207 253 272 33 10 0 33 306 33 77
Binary 10000111 10101011 10111010 11011 1000 0 11011 11000110 11011 111111

Color Harmonies of #87ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABBA

Black with #87ABBA

Text Example


Text Example

White with #87ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,171,186); }

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

background-color css

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

 a { background-color: rgb(135,171,186); }

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

border-color css

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

 span { border-color: rgb(135,171,186); }

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