Shades of Pacific Blue #009FDB
Tints of Pacific Blue #009FDB
RGB
CMYK
RGB Variations
Color information
#009FDB (or 0x009FDB) is known color: Pacific Blue. HEX triplet: 00, 9F and DB. RGB value is (0,159,219). Sum of RGB (Red+Green+Blue) = 0+159+219=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #009FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FDB is #FF6024. Grayscale: #757575. Windows color (decimal): -16736293 or 14393088. OLE color: 14393088.
HSL color Cylindrical-coordinate representation of color #009FDB: hue angle of 196.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FDB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 159 | 219 | - |
| CMYK | 1 | 0.27 | 0 | 0.14 |
| HSL | 196.44º | 1% | 0.43% | - |
| HSV(B) | 196.44º | 1% | 0.86% | - |
| XYZ | 25.18 | 29.91 | 71.46 | - |
| YUV | 118.3 | 184.82 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 219 | 1 | 0.27 | 0 | 0.14 | 196.44 | 1 | 0.43 |
| Hex | 0 | 9F | DB | 64 | 1B | 0 | E | C4 | 64 | 2B |
| Octal | 0 | 237 | 333 | 144 | 33 | 0 | 16 | 304 | 144 | 53 |
| Binary | 0 | 10011111 | 11011011 | 1100100 | 11011 | 0 | 1110 | 11000100 | 1100100 | 101011 |
Color Harmonies of #009FDB
Complementary color
Monochromatic Colors of #009FDB
Black with #009FDB
Text Example
Text Example
White with #009FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FDB; }
p { color: rgb(0,159,219); }
H1.HeaderClassName
{
color: #009FDB;
}
.AnyTagClassName
{
color: #009FDB;
}
</style>
background-color css
<style>
a { background-color: #009FDB; }
a { background-color: rgb(0,159,219); }
div.DivClassName
{
background-color: #009FDB;
}
.BgClassName
{
background-color: #009FDB;
}
</style>
border-color css
<style>
span { border-color: #009FDB; }
span { border-color: rgb(0,159,219); }
td.TdClassName
{
border-color: #009FDB;
}
.TagClassName
{
border-color: #009FDB;
}
</style>