Shades of Pacific Blue #0099DD
Tints of Pacific Blue #0099DD
RGB
CMYK
RGB Variations
Color information
#0099DD (or 0x0099DD) is known color: Pacific Blue. HEX triplet: 00, 99 and DD. RGB value is (0,153,221). Sum of RGB (Red+Green+Blue) = 0+153+221=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0099DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099DD is #FF6622. Grayscale: #727272. Windows color (decimal): -16737827 or 14522624. OLE color: 14522624.
HSL color Cylindrical-coordinate representation of color #0099DD: hue angle of 198.46º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099DD is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 153 | 221 | - |
| CMYK | 1 | 0.31 | 0 | 0.13 |
| HSL | 198.46º | 1% | 0.43% | - |
| HSV(B) | 198.46º | 1% | 0.87% | - |
| XYZ | 24.44 | 28 | 72.52 | - |
| YUV | 115.01 | 187.81 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 221 | 1 | 0.31 | 0 | 0.13 | 198.46 | 1 | 0.43 |
| Hex | 0 | 99 | DD | 64 | 1F | 0 | D | C6 | 64 | 2B |
| Octal | 0 | 231 | 335 | 144 | 37 | 0 | 15 | 306 | 144 | 53 |
| Binary | 0 | 10011001 | 11011101 | 1100100 | 11111 | 0 | 1101 | 11000110 | 1100100 | 101011 |
Color Harmonies of #0099DD
Complementary color
Monochromatic Colors of #0099DD
Black with #0099DD
Text Example
Text Example
White with #0099DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099DD; }
p { color: rgb(0,153,221); }
H1.HeaderClassName
{
color: #0099DD;
}
.AnyTagClassName
{
color: #0099DD;
}
</style>
background-color css
<style>
a { background-color: #0099DD; }
a { background-color: rgb(0,153,221); }
div.DivClassName
{
background-color: #0099DD;
}
.BgClassName
{
background-color: #0099DD;
}
</style>
border-color css
<style>
span { border-color: #0099DD; }
span { border-color: rgb(0,153,221); }
td.TdClassName
{
border-color: #0099DD;
}
.TagClassName
{
border-color: #0099DD;
}
</style>