#86AFA8

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

Shades of Sea Nymph #86AFA8

Tints of Sea Nymph #86AFA8

Color information

#86AFA8 (or 0x86AFA8) is unknown color: approx Sea Nymph. HEX triplet: 86, AF and A8. RGB value is (134,175,168). Sum of RGB (Red+Green+Blue) = 134+175+168=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #86AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AFA8 is #795057. Grayscale: #A1A1A1. Windows color (decimal): -7950424 or 11054982. OLE color: 11054982.

HSL color Cylindrical-coordinate representation of color #86AFA8: hue angle of 169.76º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AFA8 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB134175168-
CMYK0.2300.040.31
HSL169.76º20.4%60.59%-
HSV(B)169.76º23.43%68.63%-
XYZ32.2338.5642.79-
YUV161.94131.42108.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=28.09%
G=36.69%
B=35.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751680.2300.040.31169.7620.460.59
Hex86AFA817041Faa143d
Octal2062572502704372522475
Binary100001101010111110101000101110100111111010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,168); }

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

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

 a { background-color: rgb(134,175,168); }

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

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

 span { border-color: rgb(134,175,168); }

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