#9FC5BD

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

Shades of Opal #9FC5BD

Tints of Opal #9FC5BD

Color information

#9FC5BD (or 0x9FC5BD) is unknown color: approx Opal. HEX triplet: 9F, C5 and BD. RGB value is (159,197,189). Sum of RGB (Red+Green+Blue) = 159+197+189=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC5BD is #603A42. Grayscale: #B8B8B8. Windows color (decimal): -6306371 or 12436895. OLE color: 12436895.

HSL color Cylindrical-coordinate representation of color #9FC5BD: hue angle of 167.37º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC5BD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB159197189-
CMYK0.1900.040.23
HSL167.37º24.68%69.8%-
HSV(B)167.37º19.29%77.25%-
XYZ43.4550.9855.69-
YUV184.73130.41109.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.17%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=29.17%
G=36.15%
B=34.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971890.1900.040.23167.3724.6869.8
Hex9FC5BD130417a71946
Octal23730527523042724731106
Binary1001111111000101101111011001101001011110100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,189); }

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

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

 a { background-color: rgb(159,197,189); }

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

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

 span { border-color: rgb(159,197,189); }

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