Shades of Pacific Blue #198FCC
Tints of Pacific Blue #198FCC
RGB
CMYK
RGB Variations
Color information
#198FCC (or 0x198FCC) is known color: Pacific Blue. HEX triplet: 19, 8F and CC. RGB value is (25,143,204). Sum of RGB (Red+Green+Blue) = 25+143+204=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #198FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FCC is #E67033. Grayscale: #727272. Windows color (decimal): -15102004 or 13405977. OLE color: 13405977.
HSL color Cylindrical-coordinate representation of color #198FCC: hue angle of 200.45º 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 #198FCC is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 143 | 204 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.2 |
| HSL | 200.45º | 0.78% | 0.45% | - |
| HSV(B) | 200.45º | 0.88% | 0.8% | - |
| XYZ | 21.12 | 24.21 | 60.69 | - |
| YUV | 114.67 | 178.41 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 204 | 0.88 | 0.30 | 0 | 0.2 | 200.45 | 0.78 | 0.45 |
| Hex | 19 | 8F | CC | 58 | 1E | 0 | 14 | C8 | 4E | 2D |
| Octal | 31 | 217 | 314 | 130 | 36 | 0 | 24 | 310 | 116 | 55 |
| Binary | 11001 | 10001111 | 11001100 | 1011000 | 11110 | 0 | 10100 | 11001000 | 1001110 | 101101 |
Color Harmonies of #198FCC
Complementary color
Monochromatic Colors of #198FCC
Black with #198FCC
Text Example
Text Example
White with #198FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FCC; }
p { color: rgb(25,143,204); }
H1.HeaderClassName
{
color: #198FCC;
}
.AnyTagClassName
{
color: #198FCC;
}
</style>
background-color css
<style>
a { background-color: #198FCC; }
a { background-color: rgb(25,143,204); }
div.DivClassName
{
background-color: #198FCC;
}
.BgClassName
{
background-color: #198FCC;
}
</style>
border-color css
<style>
span { border-color: #198FCC; }
span { border-color: rgb(25,143,204); }
td.TdClassName
{
border-color: #198FCC;
}
.TagClassName
{
border-color: #198FCC;
}
</style>