Shades of Pacific Blue #02A0CE
Tints of Pacific Blue #02A0CE
RGB
CMYK
RGB Variations
Color information
#02A0CE (or 0x02A0CE) is known color: Pacific Blue. HEX triplet: 02, A0 and CE. RGB value is (2,160,206). Sum of RGB (Red+Green+Blue) = 2+160+206=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #02A0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0CE is #FD5F31. Grayscale: #757575. Windows color (decimal): -16604978 or 13541378. OLE color: 13541378.
HSL color Cylindrical-coordinate representation of color #02A0CE: hue angle of 193.53º 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 #02A0CE is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 160 | 206 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.19 |
| HSL | 193.53º | 0.98% | 0.41% | - |
| HSV(B) | 193.53º | 0.99% | 0.81% | - |
| XYZ | 23.74 | 29.61 | 62.86 | - |
| YUV | 118 | 177.65 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 206 | 0.99 | 0.22 | 0 | 0.19 | 193.53 | 0.98 | 0.41 |
| Hex | 2 | A0 | CE | 63 | 16 | 0 | 13 | C2 | 62 | 29 |
| Octal | 2 | 240 | 316 | 143 | 26 | 0 | 23 | 302 | 142 | 51 |
| Binary | 10 | 10100000 | 11001110 | 1100011 | 10110 | 0 | 10011 | 11000010 | 1100010 | 101001 |
Color Harmonies of #02A0CE
Complementary color
Monochromatic Colors of #02A0CE
Black with #02A0CE
Text Example
Text Example
White with #02A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A0CE; }
p { color: rgb(2,160,206); }
H1.HeaderClassName
{
color: #02A0CE;
}
.AnyTagClassName
{
color: #02A0CE;
}
</style>
background-color css
<style>
a { background-color: #02A0CE; }
a { background-color: rgb(2,160,206); }
div.DivClassName
{
background-color: #02A0CE;
}
.BgClassName
{
background-color: #02A0CE;
}
</style>
border-color css
<style>
span { border-color: #02A0CE; }
span { border-color: rgb(2,160,206); }
td.TdClassName
{
border-color: #02A0CE;
}
.TagClassName
{
border-color: #02A0CE;
}
</style>