Shades of Pacific Blue #198FCB
Tints of Pacific Blue #198FCB
RGB
CMYK
RGB Variations
Color information
#198FCB (or 0x198FCB) is known color: Pacific Blue. HEX triplet: 19, 8F and CB. RGB value is (25,143,203). Sum of RGB (Red+Green+Blue) = 25+143+203=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #198FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FCB is #E67034. Grayscale: #727272. Windows color (decimal): -15102005 or 13340441. OLE color: 13340441.
HSL color Cylindrical-coordinate representation of color #198FCB: hue angle of 200.22º 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 #198FCB is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 143 | 203 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.20 |
| HSL | 200.22º | 0.78% | 0.45% | - |
| HSV(B) | 200.22º | 0.88% | 0.8% | - |
| XYZ | 21 | 24.16 | 60.06 | - |
| YUV | 114.56 | 177.91 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 203 | 0.88 | 0.30 | 0 | 0.20 | 200.22 | 0.78 | 0.45 |
| Hex | 19 | 8F | CB | 58 | 1E | 0 | 14 | C8 | 4E | 2D |
| Octal | 31 | 217 | 313 | 130 | 36 | 0 | 24 | 310 | 116 | 55 |
| Binary | 11001 | 10001111 | 11001011 | 1011000 | 11110 | 0 | 10100 | 11001000 | 1001110 | 101101 |
Color Harmonies of #198FCB
Complementary color
Monochromatic Colors of #198FCB
Black with #198FCB
Text Example
Text Example
White with #198FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FCB; }
p { color: rgb(25,143,203); }
H1.HeaderClassName
{
color: #198FCB;
}
.AnyTagClassName
{
color: #198FCB;
}
</style>
background-color css
<style>
a { background-color: #198FCB; }
a { background-color: rgb(25,143,203); }
div.DivClassName
{
background-color: #198FCB;
}
.BgClassName
{
background-color: #198FCB;
}
</style>
border-color css
<style>
span { border-color: #198FCB; }
span { border-color: rgb(25,143,203); }
td.TdClassName
{
border-color: #198FCB;
}
.TagClassName
{
border-color: #198FCB;
}
</style>