#9FCDBF

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

Shades of Opal #9FCDBF

Tints of Opal #9FCDBF

Color information

#9FCDBF (or 0x9FCDBF) is unknown color: approx Opal. HEX triplet: 9F, CD and BF. RGB value is (159,205,191). Sum of RGB (Red+Green+Blue) = 159+205+191=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDBF is #603240. Grayscale: #BDBDBD. Windows color (decimal): -6304321 or 12570015. OLE color: 12570015.

HSL color Cylindrical-coordinate representation of color #9FCDBF: hue angle of 161.74º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCDBF is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB159205191-
CMYK0.2200.070.20
HSL161.74º31.51%71.37%-
HSV(B)161.74º22.44%80.39%-
XYZ45.5354.857.47-
YUV189.65128.76106.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.65%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 191 (75% from 255) = 34.41%
R=28.65%
G=36.94%
B=34.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051910.2200.070.20161.7431.5171.37
Hex9FCDBF160714a22047
Octal23731527726072424240107
Binary10011111110011011011111110110011110100101000101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,191); }

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

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

 a { background-color: rgb(159,205,191); }

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

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

 span { border-color: rgb(159,205,191); }

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