Shades of Pacific Blue #0999DB
Tints of Pacific Blue #0999DB
RGB
CMYK
RGB Variations
Color information
#0999DB (or 0x0999DB) is known color: Pacific Blue. HEX triplet: 09, 99 and DB. RGB value is (9,153,219). Sum of RGB (Red+Green+Blue) = 9+153+219=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #0999DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0999DB is #F66624. Grayscale: #757575. Windows color (decimal): -16148005 or 14391561. OLE color: 14391561.
HSL color Cylindrical-coordinate representation of color #0999DB: hue angle of 198.86º 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 #0999DB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 153 | 219 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.14 |
| HSL | 198.86º | 0.92% | 0.45% | - |
| HSV(B) | 198.86º | 0.96% | 0.86% | - |
| XYZ | 24.29 | 27.96 | 71.13 | - |
| YUV | 117.47 | 185.29 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 219 | 0.96 | 0.30 | 0 | 0.14 | 198.86 | 0.92 | 0.45 |
| Hex | 9 | 99 | DB | 60 | 1E | 0 | E | C7 | 5C | 2D |
| Octal | 11 | 231 | 333 | 140 | 36 | 0 | 16 | 307 | 134 | 55 |
| Binary | 1001 | 10011001 | 11011011 | 1100000 | 11110 | 0 | 1110 | 11000111 | 1011100 | 101101 |
Color Harmonies of #0999DB
Complementary color
Monochromatic Colors of #0999DB
Black with #0999DB
Text Example
Text Example
White with #0999DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0999DB; }
p { color: rgb(9,153,219); }
H1.HeaderClassName
{
color: #0999DB;
}
.AnyTagClassName
{
color: #0999DB;
}
</style>
background-color css
<style>
a { background-color: #0999DB; }
a { background-color: rgb(9,153,219); }
div.DivClassName
{
background-color: #0999DB;
}
.BgClassName
{
background-color: #0999DB;
}
</style>
border-color css
<style>
span { border-color: #0999DB; }
span { border-color: rgb(9,153,219); }
td.TdClassName
{
border-color: #0999DB;
}
.TagClassName
{
border-color: #0999DB;
}
</style>