Shades of Pacific Blue #0299CC
Tints of Pacific Blue #0299CC
RGB
CMYK
RGB Variations
Color information
#0299CC (or 0x0299CC) is known color: Pacific Blue. HEX triplet: 02, 99 and CC. RGB value is (2,153,204). Sum of RGB (Red+Green+Blue) = 2+153+204=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #0299CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299CC is #FD6633. Grayscale: #717171. Windows color (decimal): -16606772 or 13408514. OLE color: 13408514.
HSL color Cylindrical-coordinate representation of color #0299CC: hue angle of 195.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299CC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 153 | 204 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.2 |
| HSL | 195.15º | 0.98% | 0.4% | - |
| HSV(B) | 195.15º | 0.99% | 0.8% | - |
| XYZ | 22.32 | 27.16 | 61.19 | - |
| YUV | 113.67 | 178.97 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 204 | 0.99 | 0.25 | 0 | 0.2 | 195.15 | 0.98 | 0.4 |
| Hex | 2 | 99 | CC | 63 | 19 | 0 | 14 | C3 | 62 | 28 |
| Octal | 2 | 231 | 314 | 143 | 31 | 0 | 24 | 303 | 142 | 50 |
| Binary | 10 | 10011001 | 11001100 | 1100011 | 11001 | 0 | 10100 | 11000011 | 1100010 | 101000 |
Color Harmonies of #0299CC
Complementary color
Monochromatic Colors of #0299CC
Black with #0299CC
Text Example
Text Example
White with #0299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299CC; }
p { color: rgb(2,153,204); }
H1.HeaderClassName
{
color: #0299CC;
}
.AnyTagClassName
{
color: #0299CC;
}
</style>
background-color css
<style>
a { background-color: #0299CC; }
a { background-color: rgb(2,153,204); }
div.DivClassName
{
background-color: #0299CC;
}
.BgClassName
{
background-color: #0299CC;
}
</style>
border-color css
<style>
span { border-color: #0299CC; }
span { border-color: rgb(2,153,204); }
td.TdClassName
{
border-color: #0299CC;
}
.TagClassName
{
border-color: #0299CC;
}
</style>