#9FC8BE

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

Shades of Opal #9FC8BE

Tints of Opal #9FC8BE

Color information

#9FC8BE (or 0x9FC8BE) is unknown color: approx Opal. HEX triplet: 9F, C8 and BE. RGB value is (159,200,190). Sum of RGB (Red+Green+Blue) = 159+200+190=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8BE is #603741. Grayscale: #BABABA. Windows color (decimal): -6305602 or 12503199. OLE color: 12503199.

HSL color Cylindrical-coordinate representation of color #9FC8BE: hue angle of 165.37º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC8BE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB159200190-
CMYK0.2000.050.22
HSL165.37º27.15%70.39%-
HSV(B)165.37º20.5%78.43%-
XYZ44.2552.456.5-
YUV186.6129.92108.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=28.96%
G=36.43%
B=34.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001900.2000.050.22165.3727.1570.39
Hex9FC8BE140516a51b46
Octal23731027624052624533106
Binary1001111111001000101111101010001011011010100101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,200,190); }

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

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

 a { background-color: rgb(159,200,190); }

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

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

 span { border-color: rgb(159,200,190); }

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