Shades of Pacific Blue #0994DB
Tints of Pacific Blue #0994DB
RGB
CMYK
RGB Variations
Color information
#0994DB (or 0x0994DB) is known color: Pacific Blue. HEX triplet: 09, 94 and DB. RGB value is (9,148,219). Sum of RGB (Red+Green+Blue) = 9+148+219=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #0994DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0994DB is #F66B24. Grayscale: #727272. Windows color (decimal): -16149285 or 14390281. OLE color: 14390281.
HSL color Cylindrical-coordinate representation of color #0994DB: hue angle of 200.29º 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 #0994DB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 148 | 219 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.14 |
| HSL | 200.29º | 0.92% | 0.45% | - |
| HSV(B) | 200.29º | 0.96% | 0.86% | - |
| XYZ | 23.49 | 26.35 | 70.87 | - |
| YUV | 114.53 | 186.95 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 219 | 0.96 | 0.32 | 0 | 0.14 | 200.29 | 0.92 | 0.45 |
| Hex | 9 | 94 | DB | 60 | 20 | 0 | E | C8 | 5C | 2D |
| Octal | 11 | 224 | 333 | 140 | 40 | 0 | 16 | 310 | 134 | 55 |
| Binary | 1001 | 10010100 | 11011011 | 1100000 | 100000 | 0 | 1110 | 11001000 | 1011100 | 101101 |
Color Harmonies of #0994DB
Complementary color
Monochromatic Colors of #0994DB
Black with #0994DB
Text Example
Text Example
White with #0994DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0994DB; }
p { color: rgb(9,148,219); }
H1.HeaderClassName
{
color: #0994DB;
}
.AnyTagClassName
{
color: #0994DB;
}
</style>
background-color css
<style>
a { background-color: #0994DB; }
a { background-color: rgb(9,148,219); }
div.DivClassName
{
background-color: #0994DB;
}
.BgClassName
{
background-color: #0994DB;
}
</style>
border-color css
<style>
span { border-color: #0994DB; }
span { border-color: rgb(9,148,219); }
td.TdClassName
{
border-color: #0994DB;
}
.TagClassName
{
border-color: #0994DB;
}
</style>