Shades of Pacific Blue #198ACC
Tints of Pacific Blue #198ACC
RGB
CMYK
RGB Variations
Color information
#198ACC (or 0x198ACC) is known color: Pacific Blue. HEX triplet: 19, 8A and CC. RGB value is (25,138,204). Sum of RGB (Red+Green+Blue) = 25+138+204=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #198ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ACC is #E67533. Grayscale: #6F6F6F. Windows color (decimal): -15103284 or 13404697. OLE color: 13404697.
HSL color Cylindrical-coordinate representation of color #198ACC: hue angle of 202.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 #198ACC is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 138 | 204 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.2 |
| HSL | 202.12º | 0.78% | 0.45% | - |
| HSV(B) | 202.12º | 0.88% | 0.8% | - |
| XYZ | 20.39 | 22.74 | 60.44 | - |
| YUV | 111.74 | 180.06 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 204 | 0.88 | 0.32 | 0 | 0.2 | 202.12 | 0.78 | 0.45 |
| Hex | 19 | 8A | CC | 58 | 20 | 0 | 14 | CA | 4E | 2D |
| Octal | 31 | 212 | 314 | 130 | 40 | 0 | 24 | 312 | 116 | 55 |
| Binary | 11001 | 10001010 | 11001100 | 1011000 | 100000 | 0 | 10100 | 11001010 | 1001110 | 101101 |
Color Harmonies of #198ACC
Complementary color
Monochromatic Colors of #198ACC
Black with #198ACC
Text Example
Text Example
White with #198ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ACC; }
p { color: rgb(25,138,204); }
H1.HeaderClassName
{
color: #198ACC;
}
.AnyTagClassName
{
color: #198ACC;
}
</style>
background-color css
<style>
a { background-color: #198ACC; }
a { background-color: rgb(25,138,204); }
div.DivClassName
{
background-color: #198ACC;
}
.BgClassName
{
background-color: #198ACC;
}
</style>
border-color css
<style>
span { border-color: #198ACC; }
span { border-color: rgb(25,138,204); }
td.TdClassName
{
border-color: #198ACC;
}
.TagClassName
{
border-color: #198ACC;
}
</style>