Shades of Pacific Blue #029BCB
Tints of Pacific Blue #029BCB
RGB
CMYK
RGB Variations
Color information
#029BCB (or 0x029BCB) is known color: Pacific Blue. HEX triplet: 02, 9B and CB. RGB value is (2,155,203). Sum of RGB (Red+Green+Blue) = 2+155+203=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #029BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BCB is #FD6434. Grayscale: #727272. Windows color (decimal): -16606261 or 13343490. OLE color: 13343490.
HSL color Cylindrical-coordinate representation of color #029BCB: hue angle of 194.33º 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 #029BCB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 155 | 203 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.20 |
| HSL | 194.33º | 0.98% | 0.4% | - |
| HSV(B) | 194.33º | 0.99% | 0.8% | - |
| XYZ | 22.53 | 27.77 | 60.67 | - |
| YUV | 114.73 | 177.81 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 203 | 0.99 | 0.24 | 0 | 0.20 | 194.33 | 0.98 | 0.4 |
| Hex | 2 | 9B | CB | 63 | 18 | 0 | 14 | C2 | 62 | 28 |
| Octal | 2 | 233 | 313 | 143 | 30 | 0 | 24 | 302 | 142 | 50 |
| Binary | 10 | 10011011 | 11001011 | 1100011 | 11000 | 0 | 10100 | 11000010 | 1100010 | 101000 |
Color Harmonies of #029BCB
Complementary color
Monochromatic Colors of #029BCB
Black with #029BCB
Text Example
Text Example
White with #029BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029BCB; }
p { color: rgb(2,155,203); }
H1.HeaderClassName
{
color: #029BCB;
}
.AnyTagClassName
{
color: #029BCB;
}
</style>
background-color css
<style>
a { background-color: #029BCB; }
a { background-color: rgb(2,155,203); }
div.DivClassName
{
background-color: #029BCB;
}
.BgClassName
{
background-color: #029BCB;
}
</style>
border-color css
<style>
span { border-color: #029BCB; }
span { border-color: rgb(2,155,203); }
td.TdClassName
{
border-color: #029BCB;
}
.TagClassName
{
border-color: #029BCB;
}
</style>