#9FCABD

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

Shades of Opal #9FCABD

Tints of Opal #9FCABD

Color information

#9FCABD (or 0x9FCABD) is unknown color: approx Opal. HEX triplet: 9F, CA and BD. RGB value is (159,202,189). Sum of RGB (Red+Green+Blue) = 159+202+189=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCABD is #603542. Grayscale: #BBBBBB. Windows color (decimal): -6305091 or 12438175. OLE color: 12438175.

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

Color convert

RGB159202189-
CMYK0.2100.060.21
HSL161.86º28.86%70.78%-
HSV(B)161.86º21.29%79.22%-
XYZ44.653.2956.08-
YUV187.66128.75107.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.91%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=28.91%
G=36.73%
B=34.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021890.2100.060.21161.8628.8670.78
Hex9FCABD150615a21d47
Octal23731227525062524235107
Binary1001111111001010101111011010101101010110100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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