Shades of Pacific Blue #198ACB
Tints of Pacific Blue #198ACB
RGB
CMYK
RGB Variations
Color information
#198ACB (or 0x198ACB) is known color: Pacific Blue. HEX triplet: 19, 8A and CB. RGB value is (25,138,203). Sum of RGB (Red+Green+Blue) = 25+138+203=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #198ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ACB is #E67534. Grayscale: #6F6F6F. Windows color (decimal): -15103285 or 13339161. OLE color: 13339161.
HSL color Cylindrical-coordinate representation of color #198ACB: hue angle of 201.91º 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 #198ACB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 138 | 203 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.20 |
| HSL | 201.91º | 0.78% | 0.45% | - |
| HSV(B) | 201.91º | 0.88% | 0.8% | - |
| XYZ | 20.27 | 22.7 | 59.81 | - |
| YUV | 111.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 203 | 0.88 | 0.32 | 0 | 0.20 | 201.91 | 0.78 | 0.45 |
| Hex | 19 | 8A | CB | 58 | 20 | 0 | 14 | CA | 4E | 2D |
| Octal | 31 | 212 | 313 | 130 | 40 | 0 | 24 | 312 | 116 | 55 |
| Binary | 11001 | 10001010 | 11001011 | 1011000 | 100000 | 0 | 10100 | 11001010 | 1001110 | 101101 |
Color Harmonies of #198ACB
Complementary color
Monochromatic Colors of #198ACB
Black with #198ACB
Text Example
Text Example
White with #198ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ACB; }
p { color: rgb(25,138,203); }
H1.HeaderClassName
{
color: #198ACB;
}
.AnyTagClassName
{
color: #198ACB;
}
</style>
background-color css
<style>
a { background-color: #198ACB; }
a { background-color: rgb(25,138,203); }
div.DivClassName
{
background-color: #198ACB;
}
.BgClassName
{
background-color: #198ACB;
}
</style>
border-color css
<style>
span { border-color: #198ACB; }
span { border-color: rgb(25,138,203); }
td.TdClassName
{
border-color: #198ACB;
}
.TagClassName
{
border-color: #198ACB;
}
</style>