Shades of Pacific Blue #198ED3
Tints of Pacific Blue #198ED3
RGB
CMYK
RGB Variations
Color information
#198ED3 (or 0x198ED3) is known color: Pacific Blue. HEX triplet: 19, 8E and D3. RGB value is (25,142,211). Sum of RGB (Red+Green+Blue) = 25+142+211=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #198ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ED3 is #E6712C. Grayscale: #727272. Windows color (decimal): -15102253 or 13864473. OLE color: 13864473.
HSL color Cylindrical-coordinate representation of color #198ED3: hue angle of 202.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198ED3 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 142 | 211 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.17 |
| HSL | 202.26º | 0.79% | 0.46% | - |
| HSV(B) | 202.26º | 0.88% | 0.83% | - |
| XYZ | 21.83 | 24.26 | 65.16 | - |
| YUV | 114.88 | 182.24 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 211 | 0.88 | 0.33 | 0 | 0.17 | 202.26 | 0.79 | 0.46 |
| Hex | 19 | 8E | D3 | 58 | 21 | 0 | 11 | CA | 4F | 2E |
| Octal | 31 | 216 | 323 | 130 | 41 | 0 | 21 | 312 | 117 | 56 |
| Binary | 11001 | 10001110 | 11010011 | 1011000 | 100001 | 0 | 10001 | 11001010 | 1001111 | 101110 |
Color Harmonies of #198ED3
Complementary color
Monochromatic Colors of #198ED3
Black with #198ED3
Text Example
Text Example
White with #198ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ED3; }
p { color: rgb(25,142,211); }
H1.HeaderClassName
{
color: #198ED3;
}
.AnyTagClassName
{
color: #198ED3;
}
</style>
background-color css
<style>
a { background-color: #198ED3; }
a { background-color: rgb(25,142,211); }
div.DivClassName
{
background-color: #198ED3;
}
.BgClassName
{
background-color: #198ED3;
}
</style>
border-color css
<style>
span { border-color: #198ED3; }
span { border-color: rgb(25,142,211); }
td.TdClassName
{
border-color: #198ED3;
}
.TagClassName
{
border-color: #198ED3;
}
</style>