#8EAFAB

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

Shades of Sea Nymph #8EAFAB

Tints of Sea Nymph #8EAFAB

Color information

#8EAFAB (or 0x8EAFAB) is unknown color: approx Sea Nymph. HEX triplet: 8E, AF and AB. RGB value is (142,175,171). Sum of RGB (Red+Green+Blue) = 142+175+171=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFAB is #715054. Grayscale: #A4A4A4. Windows color (decimal): -7426133 or 11251598. OLE color: 11251598.

HSL color Cylindrical-coordinate representation of color #8EAFAB: hue angle of 172.73º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EAFAB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB142175171-
CMYK0.1900.020.31
HSL172.73º17.1%62.16%-
HSV(B)172.73º18.86%68.63%-
XYZ33.8439.3544.34-
YUV164.68131.57111.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=29.10%
G=35.86%
B=35.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751710.1900.020.31172.7317.162.16
Hex8EAFAB13021Fad113e
Octal2162572532302372552176
Binary10001110101011111010101110011010111111010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EAFAB; }

 p { color: rgb(142,175,171); }

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

<style>
 a { background-color: #8EAFAB; }

 a { background-color: rgb(142,175,171); }

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

<style>
 span { border-color: #8EAFAB; }

 span { border-color: rgb(142,175,171); }

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