#9FC9BB

Color #9FC9BB Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #9FC9BB

Tints of Opal #9FC9BB

Color information

#9FC9BB (or 0x9FC9BB) is unknown color: approx Opal. HEX triplet: 9F, C9 and BB. RGB value is (159,201,187). Sum of RGB (Red+Green+Blue) = 159+201+187=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9BB is #603644. Grayscale: #BABABA. Windows color (decimal): -6305349 or 12306847. OLE color: 12306847.

HSL color Cylindrical-coordinate representation of color #9FC9BB: hue angle of 160º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9BB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB159201187-
CMYK0.2100.070.21
HSL160º28%70.59%-
HSV(B)160º20.9%78.82%-
XYZ44.1552.7354.86-
YUV186.85128.09108.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.07%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=29.07%
G=36.75%
B=34.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011870.2100.070.211602870.59
Hex9FC9BB150715a01c47
Octal23731127325072524034107
Binary1001111111001001101110111010101111010110100000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC9BB; }

 p { color: rgb(159,201,187); }

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

<style>
 a { background-color: #9FC9BB; }

 a { background-color: rgb(159,201,187); }

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

<style>
 span { border-color: #9FC9BB; }

 span { border-color: rgb(159,201,187); }

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