#86BAAE

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

Shades of Sea Nymph #86BAAE

Tints of Sea Nymph #86BAAE

Color information

#86BAAE (or 0x86BAAE) is unknown color: approx Sea Nymph. HEX triplet: 86, BA and AE. RGB value is (134,186,174). Sum of RGB (Red+Green+Blue) = 134+186+174=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #86BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BAAE is #794551. Grayscale: #A9A9A9. Windows color (decimal): -7947602 or 11451014. OLE color: 11451014.

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

Color convert

RGB134186174-
CMYK0.2800.060.27
HSL166.15º27.37%62.75%-
HSV(B)166.15º27.96%72.94%-
XYZ35.0343.2446.54-
YUV169.08130.77102.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=27.13%
G=37.65%
B=35.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861740.2800.060.27166.1527.3762.75
Hex86BAAE1C061Ba61b3f
Octal2062722563406332463377
Binary100001101011101010101110111000110110111010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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