Shades of Pacific Blue #198FCF
Tints of Pacific Blue #198FCF
RGB
CMYK
RGB Variations
Color information
#198FCF (or 0x198FCF) is known color: Pacific Blue. HEX triplet: 19, 8F and CF. RGB value is (25,143,207). Sum of RGB (Red+Green+Blue) = 25+143+207=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #198FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FCF is #E67030. Grayscale: #727272. Windows color (decimal): -15102001 or 13602585. OLE color: 13602585.
HSL color Cylindrical-coordinate representation of color #198FCF: hue angle of 201.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198FCF is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 143 | 207 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.19 |
| HSL | 201.1º | 0.78% | 0.45% | - |
| HSV(B) | 201.1º | 0.88% | 0.81% | - |
| XYZ | 21.49 | 24.36 | 62.6 | - |
| YUV | 115.01 | 179.91 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 207 | 0.88 | 0.31 | 0 | 0.19 | 201.1 | 0.78 | 0.45 |
| Hex | 19 | 8F | CF | 58 | 1F | 0 | 13 | C9 | 4E | 2D |
| Octal | 31 | 217 | 317 | 130 | 37 | 0 | 23 | 311 | 116 | 55 |
| Binary | 11001 | 10001111 | 11001111 | 1011000 | 11111 | 0 | 10011 | 11001001 | 1001110 | 101101 |
Color Harmonies of #198FCF
Complementary color
Monochromatic Colors of #198FCF
Black with #198FCF
Text Example
Text Example
White with #198FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FCF; }
p { color: rgb(25,143,207); }
H1.HeaderClassName
{
color: #198FCF;
}
.AnyTagClassName
{
color: #198FCF;
}
</style>
background-color css
<style>
a { background-color: #198FCF; }
a { background-color: rgb(25,143,207); }
div.DivClassName
{
background-color: #198FCF;
}
.BgClassName
{
background-color: #198FCF;
}
</style>
border-color css
<style>
span { border-color: #198FCF; }
span { border-color: rgb(25,143,207); }
td.TdClassName
{
border-color: #198FCF;
}
.TagClassName
{
border-color: #198FCF;
}
</style>