Shades of Pacific Blue #0299DC
Tints of Pacific Blue #0299DC
RGB
CMYK
RGB Variations
Color information
#0299DC (or 0x0299DC) is known color: Pacific Blue. HEX triplet: 02, 99 and DC. RGB value is (2,153,220). Sum of RGB (Red+Green+Blue) = 2+153+220=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #0299DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299DC is #FD6623. Grayscale: #737373. Windows color (decimal): -16606756 or 14457090. OLE color: 14457090.
HSL color Cylindrical-coordinate representation of color #0299DC: hue angle of 198.44º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299DC is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 153 | 220 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.14 |
| HSL | 198.44º | 0.98% | 0.44% | - |
| HSV(B) | 198.44º | 0.99% | 0.86% | - |
| XYZ | 24.33 | 27.96 | 71.82 | - |
| YUV | 115.49 | 186.97 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 220 | 0.99 | 0.30 | 0 | 0.14 | 198.44 | 0.98 | 0.44 |
| Hex | 2 | 99 | DC | 63 | 1E | 0 | E | C6 | 62 | 2C |
| Octal | 2 | 231 | 334 | 143 | 36 | 0 | 16 | 306 | 142 | 54 |
| Binary | 10 | 10011001 | 11011100 | 1100011 | 11110 | 0 | 1110 | 11000110 | 1100010 | 101100 |
Color Harmonies of #0299DC
Complementary color
Monochromatic Colors of #0299DC
Black with #0299DC
Text Example
Text Example
White with #0299DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299DC; }
p { color: rgb(2,153,220); }
H1.HeaderClassName
{
color: #0299DC;
}
.AnyTagClassName
{
color: #0299DC;
}
</style>
background-color css
<style>
a { background-color: #0299DC; }
a { background-color: rgb(2,153,220); }
div.DivClassName
{
background-color: #0299DC;
}
.BgClassName
{
background-color: #0299DC;
}
</style>
border-color css
<style>
span { border-color: #0299DC; }
span { border-color: rgb(2,153,220); }
td.TdClassName
{
border-color: #0299DC;
}
.TagClassName
{
border-color: #0299DC;
}
</style>