Shades of Pacific Blue #099FDB
Tints of Pacific Blue #099FDB
RGB
CMYK
RGB Variations
Color information
#099FDB (or 0x099FDB) is known color: Pacific Blue. HEX triplet: 09, 9F and DB. RGB value is (9,159,219). Sum of RGB (Red+Green+Blue) = 9+159+219=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #099FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FDB is #F66024. Grayscale: #787878. Windows color (decimal): -16146469 or 14393097. OLE color: 14393097.
HSL color Cylindrical-coordinate representation of color #099FDB: hue angle of 197.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FDB is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 159 | 219 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.14 |
| HSL | 197.14º | 0.92% | 0.45% | - |
| HSV(B) | 197.14º | 0.96% | 0.86% | - |
| XYZ | 25.3 | 29.97 | 71.47 | - |
| YUV | 120.99 | 183.31 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 219 | 0.96 | 0.27 | 0 | 0.14 | 197.14 | 0.92 | 0.45 |
| Hex | 9 | 9F | DB | 60 | 1B | 0 | E | C5 | 5C | 2D |
| Octal | 11 | 237 | 333 | 140 | 33 | 0 | 16 | 305 | 134 | 55 |
| Binary | 1001 | 10011111 | 11011011 | 1100000 | 11011 | 0 | 1110 | 11000101 | 1011100 | 101101 |
Color Harmonies of #099FDB
Complementary color
Monochromatic Colors of #099FDB
Black with #099FDB
Text Example
Text Example
White with #099FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FDB; }
p { color: rgb(9,159,219); }
H1.HeaderClassName
{
color: #099FDB;
}
.AnyTagClassName
{
color: #099FDB;
}
</style>
background-color css
<style>
a { background-color: #099FDB; }
a { background-color: rgb(9,159,219); }
div.DivClassName
{
background-color: #099FDB;
}
.BgClassName
{
background-color: #099FDB;
}
</style>
border-color css
<style>
span { border-color: #099FDB; }
span { border-color: rgb(9,159,219); }
td.TdClassName
{
border-color: #099FDB;
}
.TagClassName
{
border-color: #099FDB;
}
</style>