Shades of Pacific Blue #0299DD
Tints of Pacific Blue #0299DD
RGB
CMYK
RGB Variations
Color information
#0299DD (or 0x0299DD) is known color: Pacific Blue. HEX triplet: 02, 99 and DD. RGB value is (2,153,221). Sum of RGB (Red+Green+Blue) = 2+153+221=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0299DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299DD is #FD6622. Grayscale: #737373. Windows color (decimal): -16606755 or 14522626. OLE color: 14522626.
HSL color Cylindrical-coordinate representation of color #0299DD: hue angle of 198.63º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299DD is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 153 | 221 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.13 |
| HSL | 198.63º | 0.98% | 0.44% | - |
| HSV(B) | 198.63º | 0.99% | 0.87% | - |
| XYZ | 24.47 | 28.02 | 72.52 | - |
| YUV | 115.6 | 187.47 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 221 | 0.99 | 0.31 | 0 | 0.13 | 198.63 | 0.98 | 0.44 |
| Hex | 2 | 99 | DD | 63 | 1F | 0 | D | C7 | 62 | 2C |
| Octal | 2 | 231 | 335 | 143 | 37 | 0 | 15 | 307 | 142 | 54 |
| Binary | 10 | 10011001 | 11011101 | 1100011 | 11111 | 0 | 1101 | 11000111 | 1100010 | 101100 |
Color Harmonies of #0299DD
Complementary color
Monochromatic Colors of #0299DD
Black with #0299DD
Text Example
Text Example
White with #0299DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299DD; }
p { color: rgb(2,153,221); }
H1.HeaderClassName
{
color: #0299DD;
}
.AnyTagClassName
{
color: #0299DD;
}
</style>
background-color css
<style>
a { background-color: #0299DD; }
a { background-color: rgb(2,153,221); }
div.DivClassName
{
background-color: #0299DD;
}
.BgClassName
{
background-color: #0299DD;
}
</style>
border-color css
<style>
span { border-color: #0299DD; }
span { border-color: rgb(2,153,221); }
td.TdClassName
{
border-color: #0299DD;
}
.TagClassName
{
border-color: #0299DD;
}
</style>