Shades of Pacific Blue #029BDB
Tints of Pacific Blue #029BDB
RGB
CMYK
RGB Variations
Color information
#029BDB (or 0x029BDB) is known color: Pacific Blue. HEX triplet: 02, 9B and DB. RGB value is (2,155,219). Sum of RGB (Red+Green+Blue) = 2+155+219=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #029BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BDB is #FD6424. Grayscale: #747474. Windows color (decimal): -16606245 or 14392066. OLE color: 14392066.
HSL color Cylindrical-coordinate representation of color #029BDB: hue angle of 197.7º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BDB is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 155 | 219 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.14 |
| HSL | 197.7º | 0.98% | 0.43% | - |
| HSV(B) | 197.7º | 0.99% | 0.86% | - |
| XYZ | 24.53 | 28.57 | 71.24 | - |
| YUV | 116.55 | 185.81 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 219 | 0.99 | 0.29 | 0 | 0.14 | 197.7 | 0.98 | 0.43 |
| Hex | 2 | 9B | DB | 63 | 1D | 0 | E | C6 | 62 | 2B |
| Octal | 2 | 233 | 333 | 143 | 35 | 0 | 16 | 306 | 142 | 53 |
| Binary | 10 | 10011011 | 11011011 | 1100011 | 11101 | 0 | 1110 | 11000110 | 1100010 | 101011 |
Color Harmonies of #029BDB
Complementary color
Monochromatic Colors of #029BDB
Black with #029BDB
Text Example
Text Example
White with #029BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029BDB; }
p { color: rgb(2,155,219); }
H1.HeaderClassName
{
color: #029BDB;
}
.AnyTagClassName
{
color: #029BDB;
}
</style>
background-color css
<style>
a { background-color: #029BDB; }
a { background-color: rgb(2,155,219); }
div.DivClassName
{
background-color: #029BDB;
}
.BgClassName
{
background-color: #029BDB;
}
</style>
border-color css
<style>
span { border-color: #029BDB; }
span { border-color: rgb(2,155,219); }
td.TdClassName
{
border-color: #029BDB;
}
.TagClassName
{
border-color: #029BDB;
}
</style>