Shades of Cerulean #107696
Tints of Cerulean #107696
RGB
CMYK
RGB Variations
Color information
#107696 (or 0x107696) is known color: Cerulean. HEX triplet: 10, 76 and 96. RGB value is (16,118,150). Sum of RGB (Red+Green+Blue) = 16+118+150=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #107696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107696 is #EF8969. Grayscale: #5A5A5A. Windows color (decimal): -15698282 or 9860624. OLE color: 9860624.
HSL color Cylindrical-coordinate representation of color #107696: hue angle of 194.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107696 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 118 | 150 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.41 |
| HSL | 194.33º | 0.81% | 0.33% | - |
| HSV(B) | 194.33º | 0.89% | 0.59% | - |
| XYZ | 12.2 | 15.27 | 31.16 | - |
| YUV | 91.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 150 | 0.89 | 0.21 | 0 | 0.41 | 194.33 | 0.81 | 0.33 |
| Hex | 10 | 76 | 96 | 59 | 15 | 0 | 29 | C2 | 51 | 21 |
| Octal | 20 | 166 | 226 | 131 | 25 | 0 | 51 | 302 | 121 | 41 |
| Binary | 10000 | 1110110 | 10010110 | 1011001 | 10101 | 0 | 101001 | 11000010 | 1010001 | 100001 |
Color Harmonies of #107696
Complementary color
Monochromatic Colors of #107696
Black with #107696
Text Example
Text Example
White with #107696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107696; }
p { color: rgb(16,118,150); }
H1.HeaderClassName
{
color: #107696;
}
.AnyTagClassName
{
color: #107696;
}
</style>
background-color css
<style>
a { background-color: #107696; }
a { background-color: rgb(16,118,150); }
div.DivClassName
{
background-color: #107696;
}
.BgClassName
{
background-color: #107696;
}
</style>
border-color css
<style>
span { border-color: #107696; }
span { border-color: rgb(16,118,150); }
td.TdClassName
{
border-color: #107696;
}
.TagClassName
{
border-color: #107696;
}
</style>