#87BAAE

Color #87BAAE Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #87BAAE

Tints of Sea Nymph #87BAAE

Color information

#87BAAE (or 0x87BAAE) is unknown color: approx Sea Nymph. HEX triplet: 87, BA and AE. RGB value is (135,186,174). Sum of RGB (Red+Green+Blue) = 135+186+174=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #87BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BAAE is #784551. Grayscale: #A9A9A9. Windows color (decimal): -7882066 or 11451015. OLE color: 11451015.

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

Color convert

RGB135186174-
CMYK0.2700.060.27
HSL165.88º26.98%62.94%-
HSV(B)165.88º27.42%72.94%-
XYZ35.1943.3246.55-
YUV169.38130.6103.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=27.27%
G=37.58%
B=35.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351861740.2700.060.27165.8826.9862.94
Hex87BAAE1B061Ba61b3f
Octal2072722563306332463377
Binary100001111011101010101110110110110110111010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87BAAE;
 }
 .AnyTagClassName
 {
   color: #87BAAE;
 }
</style>
background-color css

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

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

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

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

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

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