Shades of Cerulean #107DAE
Tints of Cerulean #107DAE
RGB
CMYK
RGB Variations
Color information
#107DAE (or 0x107DAE) is known color: Cerulean. HEX triplet: 10, 7D and AE. RGB value is (16,125,174). Sum of RGB (Red+Green+Blue) = 16+125+174=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #107DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DAE is #EF8251. Grayscale: #616161. Windows color (decimal): -15696466 or 11435280. OLE color: 11435280.
HSL color Cylindrical-coordinate representation of color #107DAE: hue angle of 198.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107DAE is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 125 | 174 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.32 |
| HSL | 198.61º | 0.83% | 0.37% | - |
| HSV(B) | 198.61º | 0.91% | 0.68% | - |
| XYZ | 15.19 | 17.83 | 42.69 | - |
| YUV | 98 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 174 | 0.91 | 0.28 | 0 | 0.32 | 198.61 | 0.83 | 0.37 |
| Hex | 10 | 7D | AE | 5B | 1C | 0 | 20 | C7 | 53 | 25 |
| Octal | 20 | 175 | 256 | 133 | 34 | 0 | 40 | 307 | 123 | 45 |
| Binary | 10000 | 1111101 | 10101110 | 1011011 | 11100 | 0 | 100000 | 11000111 | 1010011 | 100101 |
Color Harmonies of #107DAE
Complementary color
Monochromatic Colors of #107DAE
Black with #107DAE
Text Example
Text Example
White with #107DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DAE; }
p { color: rgb(16,125,174); }
H1.HeaderClassName
{
color: #107DAE;
}
.AnyTagClassName
{
color: #107DAE;
}
</style>
background-color css
<style>
a { background-color: #107DAE; }
a { background-color: rgb(16,125,174); }
div.DivClassName
{
background-color: #107DAE;
}
.BgClassName
{
background-color: #107DAE;
}
</style>
border-color css
<style>
span { border-color: #107DAE; }
span { border-color: rgb(16,125,174); }
td.TdClassName
{
border-color: #107DAE;
}
.TagClassName
{
border-color: #107DAE;
}
</style>