Shades of Pacific Blue #0198C6
Tints of Pacific Blue #0198C6
RGB
CMYK
RGB Variations
Color information
#0198C6 (or 0x0198C6) is known color: Pacific Blue. HEX triplet: 01, 98 and C6. RGB value is (1,152,198). Sum of RGB (Red+Green+Blue) = 1+152+198=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #0198C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0198C6 is #FE6739. Grayscale: #6F6F6F. Windows color (decimal): -16672570 or 13015041. OLE color: 13015041.
HSL color Cylindrical-coordinate representation of color #0198C6: hue angle of 194.01º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0198C6 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 152 | 198 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.22 |
| HSL | 194.01º | 0.99% | 0.39% | - |
| HSV(B) | 194.01º | 0.99% | 0.78% | - |
| XYZ | 21.43 | 26.54 | 57.42 | - |
| YUV | 112.1 | 176.47 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 198 | 0.99 | 0.23 | 0 | 0.22 | 194.01 | 0.99 | 0.39 |
| Hex | 1 | 98 | C6 | 63 | 17 | 0 | 16 | C2 | 63 | 27 |
| Octal | 1 | 230 | 306 | 143 | 27 | 0 | 26 | 302 | 143 | 47 |
| Binary | 1 | 10011000 | 11000110 | 1100011 | 10111 | 0 | 10110 | 11000010 | 1100011 | 100111 |
Color Harmonies of #0198C6
Complementary color
Monochromatic Colors of #0198C6
Black with #0198C6
Text Example
Text Example
White with #0198C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198C6; }
p { color: rgb(1,152,198); }
H1.HeaderClassName
{
color: #0198C6;
}
.AnyTagClassName
{
color: #0198C6;
}
</style>
background-color css
<style>
a { background-color: #0198C6; }
a { background-color: rgb(1,152,198); }
div.DivClassName
{
background-color: #0198C6;
}
.BgClassName
{
background-color: #0198C6;
}
</style>
border-color css
<style>
span { border-color: #0198C6; }
span { border-color: rgb(1,152,198); }
td.TdClassName
{
border-color: #0198C6;
}
.TagClassName
{
border-color: #0198C6;
}
</style>