Html Css Color HEX #87ADBA Botticelli

📋 copy color: '#87ADBA'

red 135 ◦ green 173 ◦ blue 186

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

Shades of Botticelli #87ADBA

Tints of Botticelli #87ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

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

R = 27.33%
G = 35.02%
B = 37.65%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87ADBA (or 0x87ADBA) is known color: Botticelli. HEX triplet: 87, AD and BA. RGB value is (135,173,186). Sum of RGB (Red+Green+Blue) = 135+173+186=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #87ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADBA is #785245. Grayscale: #A3A3A3. Windows color (decimal): -7885382 or 12234119. OLE color: 12234119.

HSL color Cylindrical-coordinate representation of color #87ADBA: hue angle of 195.29º 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 #87ADBA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 173 186 -
CMYK 0.27 0.07 0 0.27
HSL 195.29º 0.27% 0.63% -
HSV(B) 195.29º 0.27% 0.73% -
XYZ 33.8 38.58 52.12 -
YUV 163.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 135 173 186 0.27 0.07 0 0.27 195.29 0.27 0.63
Hex 87 AD BA 1B 7 0 1B C3 1B 3F
Octal 207 255 272 33 7 0 33 303 33 77
Binary 10000111 10101101 10111010 11011 111 0 11011 11000011 11011 111111

Color Harmonies of #87ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ADBA

Black with #87ADBA

Text Example


Text Example

White with #87ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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