#9FC9BF

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

Shades of Opal #9FC9BF

Tints of Opal #9FC9BF

Color information

#9FC9BF (or 0x9FC9BF) is unknown color: approx Opal. HEX triplet: 9F, C9 and BF. RGB value is (159,201,191). Sum of RGB (Red+Green+Blue) = 159+201+191=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9BF is #603640. Grayscale: #BBBBBB. Windows color (decimal): -6305345 or 12568991. OLE color: 12568991.

HSL color Cylindrical-coordinate representation of color #9FC9BF: hue angle of 165.71º 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 #9FC9BF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB159201191-
CMYK0.2100.050.21
HSL165.71º28%70.59%-
HSV(B)165.71º20.9%78.82%-
XYZ44.5952.9157.15-
YUV187.3130.09107.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.86%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 191 (75% from 255) = 34.66%
R=28.86%
G=36.48%
B=34.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011910.2100.050.21165.712870.59
Hex9FC9BF150515a61c47
Octal23731127725052524634107
Binary1001111111001001101111111010101011010110100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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