Shades of Pacific Blue #198DCC
Tints of Pacific Blue #198DCC
RGB
CMYK
RGB Variations
Color information
#198DCC (or 0x198DCC) is known color: Pacific Blue. HEX triplet: 19, 8D and CC. RGB value is (25,141,204). Sum of RGB (Red+Green+Blue) = 25+141+204=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #198DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DCC is #E67233. Grayscale: #717171. Windows color (decimal): -15102516 or 13405465. OLE color: 13405465.
HSL color Cylindrical-coordinate representation of color #198DCC: hue angle of 201.12º 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 #198DCC is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 141 | 204 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.2 |
| HSL | 201.12º | 0.78% | 0.45% | - |
| HSV(B) | 201.12º | 0.88% | 0.8% | - |
| XYZ | 20.82 | 23.62 | 60.59 | - |
| YUV | 113.5 | 179.07 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 204 | 0.88 | 0.31 | 0 | 0.2 | 201.12 | 0.78 | 0.45 |
| Hex | 19 | 8D | CC | 58 | 1F | 0 | 14 | C9 | 4E | 2D |
| Octal | 31 | 215 | 314 | 130 | 37 | 0 | 24 | 311 | 116 | 55 |
| Binary | 11001 | 10001101 | 11001100 | 1011000 | 11111 | 0 | 10100 | 11001001 | 1001110 | 101101 |
Color Harmonies of #198DCC
Complementary color
Monochromatic Colors of #198DCC
Black with #198DCC
Text Example
Text Example
White with #198DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DCC; }
p { color: rgb(25,141,204); }
H1.HeaderClassName
{
color: #198DCC;
}
.AnyTagClassName
{
color: #198DCC;
}
</style>
background-color css
<style>
a { background-color: #198DCC; }
a { background-color: rgb(25,141,204); }
div.DivClassName
{
background-color: #198DCC;
}
.BgClassName
{
background-color: #198DCC;
}
</style>
border-color css
<style>
span { border-color: #198DCC; }
span { border-color: rgb(25,141,204); }
td.TdClassName
{
border-color: #198DCC;
}
.TagClassName
{
border-color: #198DCC;
}
</style>