Shades of Pacific Blue #029BD0
Tints of Pacific Blue #029BD0
RGB
CMYK
RGB Variations
Color information
#029BD0 (or 0x029BD0) is known color: Pacific Blue. HEX triplet: 02, 9B and D0. RGB value is (2,155,208). Sum of RGB (Red+Green+Blue) = 2+155+208=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #029BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BD0 is #FD642F. Grayscale: #727272. Windows color (decimal): -16606256 or 13671170. OLE color: 13671170.
HSL color Cylindrical-coordinate representation of color #029BD0: hue angle of 195.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BD0 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 155 | 208 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.18 |
| HSL | 195.44º | 0.98% | 0.41% | - |
| HSV(B) | 195.44º | 0.99% | 0.82% | - |
| XYZ | 23.13 | 28.01 | 63.86 | - |
| YUV | 115.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 208 | 0.99 | 0.25 | 0 | 0.18 | 195.44 | 0.98 | 0.41 |
| Hex | 2 | 9B | D0 | 63 | 19 | 0 | 12 | C3 | 62 | 29 |
| Octal | 2 | 233 | 320 | 143 | 31 | 0 | 22 | 303 | 142 | 51 |
| Binary | 10 | 10011011 | 11010000 | 1100011 | 11001 | 0 | 10010 | 11000011 | 1100010 | 101001 |
Color Harmonies of #029BD0
Complementary color
Monochromatic Colors of #029BD0
Black with #029BD0
Text Example
Text Example
White with #029BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029BD0; }
p { color: rgb(2,155,208); }
H1.HeaderClassName
{
color: #029BD0;
}
.AnyTagClassName
{
color: #029BD0;
}
</style>
background-color css
<style>
a { background-color: #029BD0; }
a { background-color: rgb(2,155,208); }
div.DivClassName
{
background-color: #029BD0;
}
.BgClassName
{
background-color: #029BD0;
}
</style>
border-color css
<style>
span { border-color: #029BD0; }
span { border-color: rgb(2,155,208); }
td.TdClassName
{
border-color: #029BD0;
}
.TagClassName
{
border-color: #029BD0;
}
</style>