Shades of Pacific Blue #198ECB
Tints of Pacific Blue #198ECB
RGB
CMYK
RGB Variations
Color information
#198ECB (or 0x198ECB) is known color: Pacific Blue. HEX triplet: 19, 8E and CB. RGB value is (25,142,203). Sum of RGB (Red+Green+Blue) = 25+142+203=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #198ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ECB is #E67134. Grayscale: #717171. Windows color (decimal): -15102261 or 13340185. OLE color: 13340185.
HSL color Cylindrical-coordinate representation of color #198ECB: hue angle of 200.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198ECB is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 142 | 203 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.20 |
| HSL | 200.56º | 0.78% | 0.45% | - |
| HSV(B) | 200.56º | 0.88% | 0.8% | - |
| XYZ | 20.85 | 23.86 | 60.01 | - |
| YUV | 113.97 | 178.24 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 203 | 0.88 | 0.30 | 0 | 0.20 | 200.56 | 0.78 | 0.45 |
| Hex | 19 | 8E | CB | 58 | 1E | 0 | 14 | C9 | 4E | 2D |
| Octal | 31 | 216 | 313 | 130 | 36 | 0 | 24 | 311 | 116 | 55 |
| Binary | 11001 | 10001110 | 11001011 | 1011000 | 11110 | 0 | 10100 | 11001001 | 1001110 | 101101 |
Color Harmonies of #198ECB
Complementary color
Monochromatic Colors of #198ECB
Black with #198ECB
Text Example
Text Example
White with #198ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ECB; }
p { color: rgb(25,142,203); }
H1.HeaderClassName
{
color: #198ECB;
}
.AnyTagClassName
{
color: #198ECB;
}
</style>
background-color css
<style>
a { background-color: #198ECB; }
a { background-color: rgb(25,142,203); }
div.DivClassName
{
background-color: #198ECB;
}
.BgClassName
{
background-color: #198ECB;
}
</style>
border-color css
<style>
span { border-color: #198ECB; }
span { border-color: rgb(25,142,203); }
td.TdClassName
{
border-color: #198ECB;
}
.TagClassName
{
border-color: #198ECB;
}
</style>