Shades of Cerulean #127FBF
Tints of Cerulean #127FBF
RGB
CMYK
RGB Variations
Color information
#127FBF (or 0x127FBF) is known color: Cerulean. HEX triplet: 12, 7F and BF. RGB value is (18,127,191). Sum of RGB (Red+Green+Blue) = 18+127+191=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #127FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FBF is #ED8040. Grayscale: #656565. Windows color (decimal): -15564865 or 12549906. OLE color: 12549906.
HSL color Cylindrical-coordinate representation of color #127FBF: hue angle of 202.2º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FBF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 127 | 191 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.25 |
| HSL | 202.2º | 0.83% | 0.41% | - |
| HSV(B) | 202.2º | 0.91% | 0.75% | - |
| XYZ | 17.24 | 19.07 | 52.06 | - |
| YUV | 101.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 191 | 0.91 | 0.34 | 0 | 0.25 | 202.2 | 0.83 | 0.41 |
| Hex | 12 | 7F | BF | 5B | 22 | 0 | 19 | CA | 53 | 29 |
| Octal | 22 | 177 | 277 | 133 | 42 | 0 | 31 | 312 | 123 | 51 |
| Binary | 10010 | 1111111 | 10111111 | 1011011 | 100010 | 0 | 11001 | 11001010 | 1010011 | 101001 |
Color Harmonies of #127FBF
Complementary color
Monochromatic Colors of #127FBF
Black with #127FBF
Text Example
Text Example
White with #127FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FBF; }
p { color: rgb(18,127,191); }
H1.HeaderClassName
{
color: #127FBF;
}
.AnyTagClassName
{
color: #127FBF;
}
</style>
background-color css
<style>
a { background-color: #127FBF; }
a { background-color: rgb(18,127,191); }
div.DivClassName
{
background-color: #127FBF;
}
.BgClassName
{
background-color: #127FBF;
}
</style>
border-color css
<style>
span { border-color: #127FBF; }
span { border-color: rgb(18,127,191); }
td.TdClassName
{
border-color: #127FBF;
}
.TagClassName
{
border-color: #127FBF;
}
</style>