Shades of Pacific Blue #029DCF
Tints of Pacific Blue #029DCF
RGB
CMYK
RGB Variations
Color information
#029DCF (or 0x029DCF) is known color: Pacific Blue. HEX triplet: 02, 9D and CF. RGB value is (2,157,207). Sum of RGB (Red+Green+Blue) = 2+157+207=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #029DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DCF is #FD6230. Grayscale: #737373. Windows color (decimal): -16605745 or 13606146. OLE color: 13606146.
HSL color Cylindrical-coordinate representation of color #029DCF: hue angle of 194.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DCF is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 157 | 207 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.19 |
| HSL | 194.63º | 0.98% | 0.41% | - |
| HSV(B) | 194.63º | 0.99% | 0.81% | - |
| XYZ | 23.34 | 28.63 | 63.33 | - |
| YUV | 116.36 | 179.15 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 207 | 0.99 | 0.24 | 0 | 0.19 | 194.63 | 0.98 | 0.41 |
| Hex | 2 | 9D | CF | 63 | 18 | 0 | 13 | C3 | 62 | 29 |
| Octal | 2 | 235 | 317 | 143 | 30 | 0 | 23 | 303 | 142 | 51 |
| Binary | 10 | 10011101 | 11001111 | 1100011 | 11000 | 0 | 10011 | 11000011 | 1100010 | 101001 |
Color Harmonies of #029DCF
Complementary color
Monochromatic Colors of #029DCF
Black with #029DCF
Text Example
Text Example
White with #029DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DCF; }
p { color: rgb(2,157,207); }
H1.HeaderClassName
{
color: #029DCF;
}
.AnyTagClassName
{
color: #029DCF;
}
</style>
background-color css
<style>
a { background-color: #029DCF; }
a { background-color: rgb(2,157,207); }
div.DivClassName
{
background-color: #029DCF;
}
.BgClassName
{
background-color: #029DCF;
}
</style>
border-color css
<style>
span { border-color: #029DCF; }
span { border-color: rgb(2,157,207); }
td.TdClassName
{
border-color: #029DCF;
}
.TagClassName
{
border-color: #029DCF;
}
</style>