Shades of Pacific Blue #029DBB
Tints of Pacific Blue #029DBB
RGB
CMYK
RGB Variations
Color information
#029DBB (or 0x029DBB) is known color: Pacific Blue. HEX triplet: 02, 9D and BB. RGB value is (2,157,187). Sum of RGB (Red+Green+Blue) = 2+157+187=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #029DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DBB is #FD6244. Grayscale: #717171. Windows color (decimal): -16605765 or 12295426. OLE color: 12295426.
HSL color Cylindrical-coordinate representation of color #029DBB: hue angle of 189.73º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DBB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 157 | 187 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.27 |
| HSL | 189.73º | 0.98% | 0.37% | - |
| HSV(B) | 189.73º | 0.99% | 0.73% | - |
| XYZ | 21.05 | 27.71 | 51.25 | - |
| YUV | 114.08 | 169.15 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 187 | 0.99 | 0.16 | 0 | 0.27 | 189.73 | 0.98 | 0.37 |
| Hex | 2 | 9D | BB | 63 | 10 | 0 | 1B | BE | 62 | 25 |
| Octal | 2 | 235 | 273 | 143 | 20 | 0 | 33 | 276 | 142 | 45 |
| Binary | 10 | 10011101 | 10111011 | 1100011 | 10000 | 0 | 11011 | 10111110 | 1100010 | 100101 |
Color Harmonies of #029DBB
Complementary color
Monochromatic Colors of #029DBB
Black with #029DBB
Text Example
Text Example
White with #029DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DBB; }
p { color: rgb(2,157,187); }
H1.HeaderClassName
{
color: #029DBB;
}
.AnyTagClassName
{
color: #029DBB;
}
</style>
background-color css
<style>
a { background-color: #029DBB; }
a { background-color: rgb(2,157,187); }
div.DivClassName
{
background-color: #029DBB;
}
.BgClassName
{
background-color: #029DBB;
}
</style>
border-color css
<style>
span { border-color: #029DBB; }
span { border-color: rgb(2,157,187); }
td.TdClassName
{
border-color: #029DBB;
}
.TagClassName
{
border-color: #029DBB;
}
</style>