Shades of Pacific Blue #198CCF
Tints of Pacific Blue #198CCF
RGB
CMYK
RGB Variations
Color information
#198CCF (or 0x198CCF) is known color: Pacific Blue. HEX triplet: 19, 8C and CF. RGB value is (25,140,207). Sum of RGB (Red+Green+Blue) = 25+140+207=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #198CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CCF is #E67330. Grayscale: #707070. Windows color (decimal): -15102769 or 13601817. OLE color: 13601817.
HSL color Cylindrical-coordinate representation of color #198CCF: hue angle of 202.09º 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 #198CCF is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 140 | 207 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.19 |
| HSL | 202.09º | 0.78% | 0.45% | - |
| HSV(B) | 202.09º | 0.88% | 0.81% | - |
| XYZ | 21.04 | 23.47 | 62.45 | - |
| YUV | 113.25 | 180.9 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 207 | 0.88 | 0.32 | 0 | 0.19 | 202.09 | 0.78 | 0.45 |
| Hex | 19 | 8C | CF | 58 | 20 | 0 | 13 | CA | 4E | 2D |
| Octal | 31 | 214 | 317 | 130 | 40 | 0 | 23 | 312 | 116 | 55 |
| Binary | 11001 | 10001100 | 11001111 | 1011000 | 100000 | 0 | 10011 | 11001010 | 1001110 | 101101 |
Color Harmonies of #198CCF
Complementary color
Monochromatic Colors of #198CCF
Black with #198CCF
Text Example
Text Example
White with #198CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CCF; }
p { color: rgb(25,140,207); }
H1.HeaderClassName
{
color: #198CCF;
}
.AnyTagClassName
{
color: #198CCF;
}
</style>
background-color css
<style>
a { background-color: #198CCF; }
a { background-color: rgb(25,140,207); }
div.DivClassName
{
background-color: #198CCF;
}
.BgClassName
{
background-color: #198CCF;
}
</style>
border-color css
<style>
span { border-color: #198CCF; }
span { border-color: rgb(25,140,207); }
td.TdClassName
{
border-color: #198CCF;
}
.TagClassName
{
border-color: #198CCF;
}
</style>