Shades of Pacific Blue #198ECF
Tints of Pacific Blue #198ECF
RGB
CMYK
RGB Variations
Color information
#198ECF (or 0x198ECF) is known color: Pacific Blue. HEX triplet: 19, 8E and CF. RGB value is (25,142,207). Sum of RGB (Red+Green+Blue) = 25+142+207=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #198ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ECF is #E67130. Grayscale: #727272. Windows color (decimal): -15102257 or 13602329. OLE color: 13602329.
HSL color Cylindrical-coordinate representation of color #198ECF: hue angle of 201.43º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198ECF is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 142 | 207 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.19 |
| HSL | 201.43º | 0.78% | 0.45% | - |
| HSV(B) | 201.43º | 0.88% | 0.81% | - |
| XYZ | 21.34 | 24.06 | 62.55 | - |
| YUV | 114.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 207 | 0.88 | 0.31 | 0 | 0.19 | 201.43 | 0.78 | 0.45 |
| Hex | 19 | 8E | CF | 58 | 1F | 0 | 13 | C9 | 4E | 2D |
| Octal | 31 | 216 | 317 | 130 | 37 | 0 | 23 | 311 | 116 | 55 |
| Binary | 11001 | 10001110 | 11001111 | 1011000 | 11111 | 0 | 10011 | 11001001 | 1001110 | 101101 |
Color Harmonies of #198ECF
Complementary color
Monochromatic Colors of #198ECF
Black with #198ECF
Text Example
Text Example
White with #198ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ECF; }
p { color: rgb(25,142,207); }
H1.HeaderClassName
{
color: #198ECF;
}
.AnyTagClassName
{
color: #198ECF;
}
</style>
background-color css
<style>
a { background-color: #198ECF; }
a { background-color: rgb(25,142,207); }
div.DivClassName
{
background-color: #198ECF;
}
.BgClassName
{
background-color: #198ECF;
}
</style>
border-color css
<style>
span { border-color: #198ECF; }
span { border-color: rgb(25,142,207); }
td.TdClassName
{
border-color: #198ECF;
}
.TagClassName
{
border-color: #198ECF;
}
</style>