#8DBAAE

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

Shades of Sea Nymph #8DBAAE

Tints of Sea Nymph #8DBAAE

Color information

#8DBAAE (or 0x8DBAAE) is unknown color: approx Sea Nymph. HEX triplet: 8D, BA and AE. RGB value is (141,186,174). Sum of RGB (Red+Green+Blue) = 141+186+174=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAAE is #724551. Grayscale: #ABABAB. Windows color (decimal): -7488850 or 11451021. OLE color: 11451021.

HSL color Cylindrical-coordinate representation of color #8DBAAE: hue angle of 164º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DBAAE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB141186174-
CMYK0.2400.060.27
HSL164º24.59%64.12%-
HSV(B)164º24.19%72.94%-
XYZ36.1843.8446.6-
YUV171.18129.59106.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=28.14%
G=37.13%
B=34.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861740.2400.060.2716424.5964.12
Hex8DBAAE18061Ba41940
Octal21527225630063324431100
Binary1000110110111010101011101100001101101110100100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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