Shades of Pacific Blue #099DDB
Tints of Pacific Blue #099DDB
RGB
CMYK
RGB Variations
Color information
#099DDB (or 0x099DDB) is known color: Pacific Blue. HEX triplet: 09, 9D and DB. RGB value is (9,157,219). Sum of RGB (Red+Green+Blue) = 9+157+219=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #099DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DDB is #F66224. Grayscale: #777777. Windows color (decimal): -16146981 or 14392585. OLE color: 14392585.
HSL color Cylindrical-coordinate representation of color #099DDB: hue angle of 197.71º 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 #099DDB is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 157 | 219 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.14 |
| HSL | 197.71º | 0.92% | 0.45% | - |
| HSV(B) | 197.71º | 0.96% | 0.86% | - |
| XYZ | 24.96 | 29.29 | 71.36 | - |
| YUV | 119.82 | 183.97 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 219 | 0.96 | 0.28 | 0 | 0.14 | 197.71 | 0.92 | 0.45 |
| Hex | 9 | 9D | DB | 60 | 1C | 0 | E | C6 | 5C | 2D |
| Octal | 11 | 235 | 333 | 140 | 34 | 0 | 16 | 306 | 134 | 55 |
| Binary | 1001 | 10011101 | 11011011 | 1100000 | 11100 | 0 | 1110 | 11000110 | 1011100 | 101101 |
Color Harmonies of #099DDB
Complementary color
Monochromatic Colors of #099DDB
Black with #099DDB
Text Example
Text Example
White with #099DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DDB; }
p { color: rgb(9,157,219); }
H1.HeaderClassName
{
color: #099DDB;
}
.AnyTagClassName
{
color: #099DDB;
}
</style>
background-color css
<style>
a { background-color: #099DDB; }
a { background-color: rgb(9,157,219); }
div.DivClassName
{
background-color: #099DDB;
}
.BgClassName
{
background-color: #099DDB;
}
</style>
border-color css
<style>
span { border-color: #099DDB; }
span { border-color: rgb(9,157,219); }
td.TdClassName
{
border-color: #099DDB;
}
.TagClassName
{
border-color: #099DDB;
}
</style>