Shades of Opal #9DCEC3
Tints of Opal #9DCEC3
RGB
CMYK
RGB Variations
Color information
#9DCEC3 (or 0x9DCEC3) is known color: Opal. HEX triplet: 9D, CE and C3. RGB value is (157,206,195). Sum of RGB (Red+Green+Blue) = 157+206+195=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCEC3 is #62313C. Grayscale: #BEBEBE. Windows color (decimal): -6435133 or 12832413. OLE color: 12832413.
HSL color Cylindrical-coordinate representation of color #9DCEC3: hue angle of 166.53º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEC3 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 195 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.19 |
| HSL | 166.53º | 0.33% | 0.71% | - |
| HSV(B) | 166.53º | 0.24% | 0.81% | - |
| XYZ | 45.83 | 55.25 | 59.88 | - |
| YUV | 190.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 195 | 0.24 | 0 | 0.05 | 0.19 | 166.53 | 0.33 | 0.71 |
| Hex | 9D | CE | C3 | 18 | 0 | 5 | 13 | A7 | 21 | 47 |
| Octal | 235 | 316 | 303 | 30 | 0 | 5 | 23 | 247 | 41 | 107 |
| Binary | 10011101 | 11001110 | 11000011 | 11000 | 0 | 101 | 10011 | 10100111 | 100001 | 1000111 |
Color Harmonies of #9DCEC3
Complementary color
Monochromatic Colors of #9DCEC3
Black with #9DCEC3
Text Example
Text Example
White with #9DCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEC3; }
p { color: rgb(157,206,195); }
H1.HeaderClassName
{
color: #9DCEC3;
}
.AnyTagClassName
{
color: #9DCEC3;
}
</style>
background-color css
<style>
a { background-color: #9DCEC3; }
a { background-color: rgb(157,206,195); }
div.DivClassName
{
background-color: #9DCEC3;
}
.BgClassName
{
background-color: #9DCEC3;
}
</style>
border-color css
<style>
span { border-color: #9DCEC3; }
span { border-color: rgb(157,206,195); }
td.TdClassName
{
border-color: #9DCEC3;
}
.TagClassName
{
border-color: #9DCEC3;
}
</style>