Shades of Cerulean #107D9F
Tints of Cerulean #107D9F
RGB
CMYK
RGB Variations
Color information
#107D9F (or 0x107D9F) is known color: Cerulean. HEX triplet: 10, 7D and 9F. RGB value is (16,125,159). Sum of RGB (Red+Green+Blue) = 16+125+159=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #107D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D9F is #EF8260. Grayscale: #606060. Windows color (decimal): -15696481 or 10452240. OLE color: 10452240.
HSL color Cylindrical-coordinate representation of color #107D9F: hue angle of 194.27º 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 #107D9F is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 125 | 159 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.38 |
| HSL | 194.27º | 0.82% | 0.34% | - |
| HSV(B) | 194.27º | 0.9% | 0.62% | - |
| XYZ | 13.81 | 17.28 | 35.41 | - |
| YUV | 96.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 159 | 0.90 | 0.21 | 0 | 0.38 | 194.27 | 0.82 | 0.34 |
| Hex | 10 | 7D | 9F | 5A | 15 | 0 | 26 | C2 | 52 | 22 |
| Octal | 20 | 175 | 237 | 132 | 25 | 0 | 46 | 302 | 122 | 42 |
| Binary | 10000 | 1111101 | 10011111 | 1011010 | 10101 | 0 | 100110 | 11000010 | 1010010 | 100010 |
Color Harmonies of #107D9F
Complementary color
Monochromatic Colors of #107D9F
Black with #107D9F
Text Example
Text Example
White with #107D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D9F; }
p { color: rgb(16,125,159); }
H1.HeaderClassName
{
color: #107D9F;
}
.AnyTagClassName
{
color: #107D9F;
}
</style>
background-color css
<style>
a { background-color: #107D9F; }
a { background-color: rgb(16,125,159); }
div.DivClassName
{
background-color: #107D9F;
}
.BgClassName
{
background-color: #107D9F;
}
</style>
border-color css
<style>
span { border-color: #107D9F; }
span { border-color: rgb(16,125,159); }
td.TdClassName
{
border-color: #107D9F;
}
.TagClassName
{
border-color: #107D9F;
}
</style>