Html Css Color HEX #8BAFAA Sea Nymph

📋 copy color: '#8BAFAA'

red 139 ◦ green 175 ◦ blue 170

#8BAFAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #8BAFAA

Tints of Sea Nymph #8BAFAA

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.8% from 255) = 35.12%

R = 28.72%
G = 36.16%
B = 35.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#8BAFAA (or 0x8BAFAA) is known color: 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

RGB 139 175 170 -
CMYK 0.21 0 0.03 0.31
HSL 171.67º 0.18% 0.62% -
HSV(B) 171.67º 0.21% 0.69% -
XYZ 33.23 39.05 43.82 -
YUV 163.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 139 175 170 0.21 0 0.03 0.31 171.67 0.18 0.62
Hex 8B AF AA 15 0 3 1F AC 12 3E
Octal 213 257 252 25 0 3 37 254 22 76
Binary 10001011 10101111 10101010 10101 0 11 11111 10101100 10010 111110

Color Harmonies of #8BAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFAA

Black with #8BAFAA

Text Example


Text Example

White with #8BAFAA

Text Example


Text Example

HTML Codes & Css Web 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>