#8BAFAB

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

Shades of Sea Nymph #8BAFAB

Tints of Sea Nymph #8BAFAB

Color information

#8BAFAB (or 0x8BAFAB) is unknown color: approx Sea Nymph. HEX triplet: 8B, AF and AB. RGB value is (139,175,171). Sum of RGB (Red+Green+Blue) = 139+175+171=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFAB is #745054. Grayscale: #A3A3A3. Windows color (decimal): -7622741 or 11251595. OLE color: 11251595.

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

Color convert

RGB139175171-
CMYK0.2100.020.31
HSL173.33º18.37%61.57%-
HSV(B)173.33º20.57%68.63%-
XYZ33.3339.0944.32-
YUV163.78132.07110.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=28.66%
G=36.08%
B=35.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751710.2100.020.31173.3318.3761.57
Hex8BAFAB15021Fad123e
Octal2132572532502372552276
Binary10001011101011111010101110101010111111010110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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