Shades of Pacific Blue #0399BD
Tints of Pacific Blue #0399BD
RGB
CMYK
RGB Variations
Color information
#0399BD (or 0x0399BD) is known color: Pacific Blue. HEX triplet: 03, 99 and BD. RGB value is (3,153,189). Sum of RGB (Red+Green+Blue) = 3+153+189=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #0399BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399BD is #FC6642. Grayscale: #6F6F6F. Windows color (decimal): -16541251 or 12425475. OLE color: 12425475.
HSL color Cylindrical-coordinate representation of color #0399BD: hue angle of 191.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0399BD is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 153 | 189 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.26 |
| HSL | 191.61º | 0.97% | 0.38% | - |
| HSV(B) | 191.61º | 0.98% | 0.74% | - |
| XYZ | 20.61 | 26.48 | 52.17 | - |
| YUV | 112.25 | 171.31 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 189 | 0.98 | 0.19 | 0 | 0.26 | 191.61 | 0.97 | 0.38 |
| Hex | 3 | 99 | BD | 62 | 13 | 0 | 1A | C0 | 61 | 26 |
| Octal | 3 | 231 | 275 | 142 | 23 | 0 | 32 | 300 | 141 | 46 |
| Binary | 11 | 10011001 | 10111101 | 1100010 | 10011 | 0 | 11010 | 11000000 | 1100001 | 100110 |
Color Harmonies of #0399BD
Complementary color
Monochromatic Colors of #0399BD
Black with #0399BD
Text Example
Text Example
White with #0399BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0399BD; }
p { color: rgb(3,153,189); }
H1.HeaderClassName
{
color: #0399BD;
}
.AnyTagClassName
{
color: #0399BD;
}
</style>
background-color css
<style>
a { background-color: #0399BD; }
a { background-color: rgb(3,153,189); }
div.DivClassName
{
background-color: #0399BD;
}
.BgClassName
{
background-color: #0399BD;
}
</style>
border-color css
<style>
span { border-color: #0399BD; }
span { border-color: rgb(3,153,189); }
td.TdClassName
{
border-color: #0399BD;
}
.TagClassName
{
border-color: #0399BD;
}
</style>