Html Css Color HEX #86BAAE Sea Nymph

📋 copy color: '#86BAAE'

red 134 ◦ green 186 ◦ blue 174

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

Shades of Sea Nymph #86BAAE

Tints of Sea Nymph #86BAAE

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 value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#86BAAE (or 0x86BAAE) is known color: 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

RGB 134 186 174 -
CMYK 0.28 0 0.06 0.27
HSL 166.15º 0.27% 0.63% -
HSV(B) 166.15º 0.28% 0.73% -
XYZ 35.03 43.24 46.54 -
YUV 169.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 134 186 174 0.28 0 0.06 0.27 166.15 0.27 0.63
Hex 86 BA AE 1C 0 6 1B A6 1B 3F
Octal 206 272 256 34 0 6 33 246 33 77
Binary 10000110 10111010 10101110 11100 0 110 11011 10100110 11011 111111

Color Harmonies of #86BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BAAE

Black with #86BAAE

Text Example


Text Example

White with #86BAAE

Text Example


Text Example

HTML Codes & Css Web 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>