#8EAFAA

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

Shades of Sea Nymph #8EAFAA

Tints of Sea Nymph #8EAFAA

Color information

#8EAFAA (or 0x8EAFAA) is unknown color: approx Sea Nymph. HEX triplet: 8E, AF and AA. RGB value is (142,175,170). Sum of RGB (Red+Green+Blue) = 142+175+170=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFAA is #715055. Grayscale: #A4A4A4. Windows color (decimal): -7426134 or 11186062. OLE color: 11186062.

HSL color Cylindrical-coordinate representation of color #8EAFAA: hue angle of 170.91º 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 #8EAFAA is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB142175170-
CMYK0.1900.030.31
HSL170.91º17.1%62.16%-
HSV(B)170.91º18.86%68.63%-
XYZ33.7439.3143.84-
YUV164.56131.07111.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=29.16%
G=35.93%
B=34.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751700.1900.030.31170.9117.162.16
Hex8EAFAA13031Fab113e
Octal2162572522303372532176
Binary10001110101011111010101010011011111111010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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