Shades of Cerulean #127DAE
Tints of Cerulean #127DAE
RGB
CMYK
RGB Variations
Color information
#127DAE (or 0x127DAE) is known color: Cerulean. HEX triplet: 12, 7D and AE. RGB value is (18,125,174). Sum of RGB (Red+Green+Blue) = 18+125+174=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #127DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DAE is #ED8251. Grayscale: #626262. Windows color (decimal): -15565394 or 11435282. OLE color: 11435282.
HSL color Cylindrical-coordinate representation of color #127DAE: hue angle of 198.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127DAE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 125 | 174 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.32 |
| HSL | 198.85º | 0.81% | 0.38% | - |
| HSV(B) | 198.85º | 0.9% | 0.68% | - |
| XYZ | 15.22 | 17.85 | 42.69 | - |
| YUV | 98.59 | 170.55 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 174 | 0.90 | 0.28 | 0 | 0.32 | 198.85 | 0.81 | 0.38 |
| Hex | 12 | 7D | AE | 5A | 1C | 0 | 20 | C7 | 51 | 26 |
| Octal | 22 | 175 | 256 | 132 | 34 | 0 | 40 | 307 | 121 | 46 |
| Binary | 10010 | 1111101 | 10101110 | 1011010 | 11100 | 0 | 100000 | 11000111 | 1010001 | 100110 |
Color Harmonies of #127DAE
Complementary color
Monochromatic Colors of #127DAE
Black with #127DAE
Text Example
Text Example
White with #127DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DAE; }
p { color: rgb(18,125,174); }
H1.HeaderClassName
{
color: #127DAE;
}
.AnyTagClassName
{
color: #127DAE;
}
</style>
background-color css
<style>
a { background-color: #127DAE; }
a { background-color: rgb(18,125,174); }
div.DivClassName
{
background-color: #127DAE;
}
.BgClassName
{
background-color: #127DAE;
}
</style>
border-color css
<style>
span { border-color: #127DAE; }
span { border-color: rgb(18,125,174); }
td.TdClassName
{
border-color: #127DAE;
}
.TagClassName
{
border-color: #127DAE;
}
</style>