Shades of Pacific Blue #198ECE
Tints of Pacific Blue #198ECE
RGB
CMYK
RGB Variations
Color information
#198ECE (or 0x198ECE) is known color: Pacific Blue. HEX triplet: 19, 8E and CE. RGB value is (25,142,206). Sum of RGB (Red+Green+Blue) = 25+142+206=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #198ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ECE is #E67131. Grayscale: #717171. Windows color (decimal): -15102258 or 13536793. OLE color: 13536793.
HSL color Cylindrical-coordinate representation of color #198ECE: hue angle of 201.22º 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 #198ECE is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 142 | 206 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.19 |
| HSL | 201.22º | 0.78% | 0.45% | - |
| HSV(B) | 201.22º | 0.88% | 0.81% | - |
| XYZ | 21.21 | 24.01 | 61.91 | - |
| YUV | 114.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 206 | 0.88 | 0.31 | 0 | 0.19 | 201.22 | 0.78 | 0.45 |
| Hex | 19 | 8E | CE | 58 | 1F | 0 | 13 | C9 | 4E | 2D |
| Octal | 31 | 216 | 316 | 130 | 37 | 0 | 23 | 311 | 116 | 55 |
| Binary | 11001 | 10001110 | 11001110 | 1011000 | 11111 | 0 | 10011 | 11001001 | 1001110 | 101101 |
Color Harmonies of #198ECE
Complementary color
Monochromatic Colors of #198ECE
Black with #198ECE
Text Example
Text Example
White with #198ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ECE; }
p { color: rgb(25,142,206); }
H1.HeaderClassName
{
color: #198ECE;
}
.AnyTagClassName
{
color: #198ECE;
}
</style>
background-color css
<style>
a { background-color: #198ECE; }
a { background-color: rgb(25,142,206); }
div.DivClassName
{
background-color: #198ECE;
}
.BgClassName
{
background-color: #198ECE;
}
</style>
border-color css
<style>
span { border-color: #198ECE; }
span { border-color: rgb(25,142,206); }
td.TdClassName
{
border-color: #198ECE;
}
.TagClassName
{
border-color: #198ECE;
}
</style>