Shades of Cerulean #127EAC
Tints of Cerulean #127EAC
RGB
CMYK
RGB Variations
Color information
#127EAC (or 0x127EAC) is known color: Cerulean. HEX triplet: 12, 7E and AC. RGB value is (18,126,172). Sum of RGB (Red+Green+Blue) = 18+126+172=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #127EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127EAC is #ED8153. Grayscale: #626262. Windows color (decimal): -15565140 or 11304466. OLE color: 11304466.
HSL color Cylindrical-coordinate representation of color #127EAC: hue angle of 197.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127EAC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 126 | 172 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.33 |
| HSL | 197.92º | 0.81% | 0.37% | - |
| HSV(B) | 197.92º | 0.9% | 0.67% | - |
| XYZ | 15.16 | 18.03 | 41.71 | - |
| YUV | 98.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 172 | 0.90 | 0.27 | 0 | 0.33 | 197.92 | 0.81 | 0.37 |
| Hex | 12 | 7E | AC | 5A | 1B | 0 | 21 | C6 | 51 | 25 |
| Octal | 22 | 176 | 254 | 132 | 33 | 0 | 41 | 306 | 121 | 45 |
| Binary | 10010 | 1111110 | 10101100 | 1011010 | 11011 | 0 | 100001 | 11000110 | 1010001 | 100101 |
Color Harmonies of #127EAC
Complementary color
Monochromatic Colors of #127EAC
Black with #127EAC
Text Example
Text Example
White with #127EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EAC; }
p { color: rgb(18,126,172); }
H1.HeaderClassName
{
color: #127EAC;
}
.AnyTagClassName
{
color: #127EAC;
}
</style>
background-color css
<style>
a { background-color: #127EAC; }
a { background-color: rgb(18,126,172); }
div.DivClassName
{
background-color: #127EAC;
}
.BgClassName
{
background-color: #127EAC;
}
</style>
border-color css
<style>
span { border-color: #127EAC; }
span { border-color: rgb(18,126,172); }
td.TdClassName
{
border-color: #127EAC;
}
.TagClassName
{
border-color: #127EAC;
}
</style>