Shades of Cerulean #107C9F
Tints of Cerulean #107C9F
RGB
CMYK
RGB Variations
Color information
#107C9F (or 0x107C9F) is known color: Cerulean. HEX triplet: 10, 7C and 9F. RGB value is (16,124,159). Sum of RGB (Red+Green+Blue) = 16+124+159=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #107C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107C9F is #EF8360. Grayscale: #5F5F5F. Windows color (decimal): -15696737 or 10451984. OLE color: 10451984.
HSL color Cylindrical-coordinate representation of color #107C9F: hue angle of 194.69º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107C9F is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 124 | 159 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.38 |
| HSL | 194.69º | 0.82% | 0.34% | - |
| HSV(B) | 194.69º | 0.9% | 0.62% | - |
| XYZ | 13.68 | 17.03 | 35.37 | - |
| YUV | 95.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 159 | 0.90 | 0.22 | 0 | 0.38 | 194.69 | 0.82 | 0.34 |
| Hex | 10 | 7C | 9F | 5A | 16 | 0 | 26 | C3 | 52 | 22 |
| Octal | 20 | 174 | 237 | 132 | 26 | 0 | 46 | 303 | 122 | 42 |
| Binary | 10000 | 1111100 | 10011111 | 1011010 | 10110 | 0 | 100110 | 11000011 | 1010010 | 100010 |
Color Harmonies of #107C9F
Complementary color
Monochromatic Colors of #107C9F
Black with #107C9F
Text Example
Text Example
White with #107C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C9F; }
p { color: rgb(16,124,159); }
H1.HeaderClassName
{
color: #107C9F;
}
.AnyTagClassName
{
color: #107C9F;
}
</style>
background-color css
<style>
a { background-color: #107C9F; }
a { background-color: rgb(16,124,159); }
div.DivClassName
{
background-color: #107C9F;
}
.BgClassName
{
background-color: #107C9F;
}
</style>
border-color css
<style>
span { border-color: #107C9F; }
span { border-color: rgb(16,124,159); }
td.TdClassName
{
border-color: #107C9F;
}
.TagClassName
{
border-color: #107C9F;
}
</style>