Shades of Pacific Blue #0199BD
Tints of Pacific Blue #0199BD
RGB
CMYK
RGB Variations
Color information
#0199BD (or 0x0199BD) is known color: Pacific Blue. HEX triplet: 01, 99 and BD. RGB value is (1,153,189). Sum of RGB (Red+Green+Blue) = 1+153+189=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #0199BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199BD is #FE6642. Grayscale: #6F6F6F. Windows color (decimal): -16672323 or 12425473. OLE color: 12425473.
HSL color Cylindrical-coordinate representation of color #0199BD: hue angle of 191.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199BD is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 153 | 189 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.26 |
| HSL | 191.49º | 0.99% | 0.37% | - |
| HSV(B) | 191.49º | 0.99% | 0.74% | - |
| XYZ | 20.59 | 26.46 | 52.17 | - |
| YUV | 111.66 | 171.64 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 189 | 0.99 | 0.19 | 0 | 0.26 | 191.49 | 0.99 | 0.37 |
| Hex | 1 | 99 | BD | 63 | 13 | 0 | 1A | BF | 63 | 25 |
| Octal | 1 | 231 | 275 | 143 | 23 | 0 | 32 | 277 | 143 | 45 |
| Binary | 1 | 10011001 | 10111101 | 1100011 | 10011 | 0 | 11010 | 10111111 | 1100011 | 100101 |
Color Harmonies of #0199BD
Complementary color
Monochromatic Colors of #0199BD
Black with #0199BD
Text Example
Text Example
White with #0199BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199BD; }
p { color: rgb(1,153,189); }
H1.HeaderClassName
{
color: #0199BD;
}
.AnyTagClassName
{
color: #0199BD;
}
</style>
background-color css
<style>
a { background-color: #0199BD; }
a { background-color: rgb(1,153,189); }
div.DivClassName
{
background-color: #0199BD;
}
.BgClassName
{
background-color: #0199BD;
}
</style>
border-color css
<style>
span { border-color: #0199BD; }
span { border-color: rgb(1,153,189); }
td.TdClassName
{
border-color: #0199BD;
}
.TagClassName
{
border-color: #0199BD;
}
</style>