#8BAFAA

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

Shades of Sea Nymph #8BAFAA

Tints of Sea Nymph #8BAFAA

Color information

#8BAFAA (or 0x8BAFAA) is unknown color: approx Sea Nymph. HEX triplet: 8B, AF and AA. RGB value is (139,175,170). Sum of RGB (Red+Green+Blue) = 139+175+170=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFAA is #745055. Grayscale: #A3A3A3. Windows color (decimal): -7622742 or 11186059. OLE color: 11186059.

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

Color convert

RGB139175170-
CMYK0.2100.030.31
HSL171.67º18.37%61.57%-
HSV(B)171.67º20.57%68.63%-
XYZ33.2339.0543.82-
YUV163.67131.57110.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=28.72%
G=36.16%
B=35.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751700.2100.030.31171.6718.3761.57
Hex8BAFAA15031Fac123e
Octal2132572522503372542276
Binary10001011101011111010101010101011111111010110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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