Shades of Cerulean #197EAB
Tints of Cerulean #197EAB
RGB
CMYK
RGB Variations
Color information
#197EAB (or 0x197EAB) is known color: Cerulean. HEX triplet: 19, 7E and AB. RGB value is (25,126,171). Sum of RGB (Red+Green+Blue) = 25+126+171=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #197EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197EAB is #E68154. Grayscale: #646464. Windows color (decimal): -15106389 or 11238937. OLE color: 11238937.
HSL color Cylindrical-coordinate representation of color #197EAB: hue angle of 198.49º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #197EAB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 126 | 171 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.33 |
| HSL | 198.49º | 0.74% | 0.38% | - |
| HSV(B) | 198.49º | 0.85% | 0.67% | - |
| XYZ | 15.21 | 18.07 | 41.21 | - |
| YUV | 100.93 | 167.54 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 171 | 0.85 | 0.26 | 0 | 0.33 | 198.49 | 0.74 | 0.38 |
| Hex | 19 | 7E | AB | 55 | 1A | 0 | 21 | C6 | 4A | 26 |
| Octal | 31 | 176 | 253 | 125 | 32 | 0 | 41 | 306 | 112 | 46 |
| Binary | 11001 | 1111110 | 10101011 | 1010101 | 11010 | 0 | 100001 | 11000110 | 1001010 | 100110 |
Color Harmonies of #197EAB
Complementary color
Monochromatic Colors of #197EAB
Black with #197EAB
Text Example
Text Example
White with #197EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EAB; }
p { color: rgb(25,126,171); }
H1.HeaderClassName
{
color: #197EAB;
}
.AnyTagClassName
{
color: #197EAB;
}
</style>
background-color css
<style>
a { background-color: #197EAB; }
a { background-color: rgb(25,126,171); }
div.DivClassName
{
background-color: #197EAB;
}
.BgClassName
{
background-color: #197EAB;
}
</style>
border-color css
<style>
span { border-color: #197EAB; }
span { border-color: rgb(25,126,171); }
td.TdClassName
{
border-color: #197EAB;
}
.TagClassName
{
border-color: #197EAB;
}
</style>