Shades of Pacific Blue #029CE0
Tints of Pacific Blue #029CE0
RGB
CMYK
RGB Variations
Color information
#029CE0 (or 0x029CE0) is known color: Pacific Blue. HEX triplet: 02, 9C and E0. RGB value is (2,156,224). Sum of RGB (Red+Green+Blue) = 2+156+224=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #029CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029CE0 is #FD631F. Grayscale: #757575. Windows color (decimal): -16605984 or 14720002. OLE color: 14720002.
HSL color Cylindrical-coordinate representation of color #029CE0: hue angle of 198.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CE0 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 156 | 224 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.12 |
| HSL | 198.38º | 0.98% | 0.44% | - |
| HSV(B) | 198.38º | 0.99% | 0.88% | - |
| XYZ | 25.37 | 29.17 | 74.81 | - |
| YUV | 117.71 | 187.98 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 224 | 0.99 | 0.30 | 0 | 0.12 | 198.38 | 0.98 | 0.44 |
| Hex | 2 | 9C | E0 | 63 | 1E | 0 | C | C6 | 62 | 2C |
| Octal | 2 | 234 | 340 | 143 | 36 | 0 | 14 | 306 | 142 | 54 |
| Binary | 10 | 10011100 | 11100000 | 1100011 | 11110 | 0 | 1100 | 11000110 | 1100010 | 101100 |
Color Harmonies of #029CE0
Complementary color
Monochromatic Colors of #029CE0
Black with #029CE0
Text Example
Text Example
White with #029CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029CE0; }
p { color: rgb(2,156,224); }
H1.HeaderClassName
{
color: #029CE0;
}
.AnyTagClassName
{
color: #029CE0;
}
</style>
background-color css
<style>
a { background-color: #029CE0; }
a { background-color: rgb(2,156,224); }
div.DivClassName
{
background-color: #029CE0;
}
.BgClassName
{
background-color: #029CE0;
}
</style>
border-color css
<style>
span { border-color: #029CE0; }
span { border-color: rgb(2,156,224); }
td.TdClassName
{
border-color: #029CE0;
}
.TagClassName
{
border-color: #029CE0;
}
</style>