Shades of Pacific Blue #198FD1
Tints of Pacific Blue #198FD1
RGB
CMYK
RGB Variations
Color information
#198FD1 (or 0x198FD1) is known color: Pacific Blue. HEX triplet: 19, 8F and D1. RGB value is (25,143,209). Sum of RGB (Red+Green+Blue) = 25+143+209=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #198FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FD1 is #E6702E. Grayscale: #727272. Windows color (decimal): -15101999 or 13733657. OLE color: 13733657.
HSL color Cylindrical-coordinate representation of color #198FD1: hue angle of 201.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198FD1 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 143 | 209 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.18 |
| HSL | 201.52º | 0.79% | 0.46% | - |
| HSV(B) | 201.52º | 0.88% | 0.82% | - |
| XYZ | 21.73 | 24.46 | 63.9 | - |
| YUV | 115.24 | 180.91 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 209 | 0.88 | 0.32 | 0 | 0.18 | 201.52 | 0.79 | 0.46 |
| Hex | 19 | 8F | D1 | 58 | 20 | 0 | 12 | CA | 4F | 2E |
| Octal | 31 | 217 | 321 | 130 | 40 | 0 | 22 | 312 | 117 | 56 |
| Binary | 11001 | 10001111 | 11010001 | 1011000 | 100000 | 0 | 10010 | 11001010 | 1001111 | 101110 |
Color Harmonies of #198FD1
Complementary color
Monochromatic Colors of #198FD1
Black with #198FD1
Text Example
Text Example
White with #198FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FD1; }
p { color: rgb(25,143,209); }
H1.HeaderClassName
{
color: #198FD1;
}
.AnyTagClassName
{
color: #198FD1;
}
</style>
background-color css
<style>
a { background-color: #198FD1; }
a { background-color: rgb(25,143,209); }
div.DivClassName
{
background-color: #198FD1;
}
.BgClassName
{
background-color: #198FD1;
}
</style>
border-color css
<style>
span { border-color: #198FD1; }
span { border-color: rgb(25,143,209); }
td.TdClassName
{
border-color: #198FD1;
}
.TagClassName
{
border-color: #198FD1;
}
</style>