Shades of Pacific Blue #029ACC
Tints of Pacific Blue #029ACC
RGB
CMYK
RGB Variations
Color information
#029ACC (or 0x029ACC) is known color: Pacific Blue. HEX triplet: 02, 9A and CC. RGB value is (2,154,204). Sum of RGB (Red+Green+Blue) = 2+154+204=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #029ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ACC is #FD6533. Grayscale: #717171. Windows color (decimal): -16606516 or 13408770. OLE color: 13408770.
HSL color Cylindrical-coordinate representation of color #029ACC: hue angle of 194.85º 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 #029ACC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 154 | 204 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.2 |
| HSL | 194.85º | 0.98% | 0.4% | - |
| HSV(B) | 194.85º | 0.99% | 0.8% | - |
| XYZ | 22.48 | 27.48 | 61.25 | - |
| YUV | 114.25 | 178.64 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 204 | 0.99 | 0.25 | 0 | 0.2 | 194.85 | 0.98 | 0.4 |
| Hex | 2 | 9A | CC | 63 | 19 | 0 | 14 | C3 | 62 | 28 |
| Octal | 2 | 232 | 314 | 143 | 31 | 0 | 24 | 303 | 142 | 50 |
| Binary | 10 | 10011010 | 11001100 | 1100011 | 11001 | 0 | 10100 | 11000011 | 1100010 | 101000 |
Color Harmonies of #029ACC
Complementary color
Monochromatic Colors of #029ACC
Black with #029ACC
Text Example
Text Example
White with #029ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029ACC; }
p { color: rgb(2,154,204); }
H1.HeaderClassName
{
color: #029ACC;
}
.AnyTagClassName
{
color: #029ACC;
}
</style>
background-color css
<style>
a { background-color: #029ACC; }
a { background-color: rgb(2,154,204); }
div.DivClassName
{
background-color: #029ACC;
}
.BgClassName
{
background-color: #029ACC;
}
</style>
border-color css
<style>
span { border-color: #029ACC; }
span { border-color: rgb(2,154,204); }
td.TdClassName
{
border-color: #029ACC;
}
.TagClassName
{
border-color: #029ACC;
}
</style>