Shades of Pacific Blue #02A5CE
Tints of Pacific Blue #02A5CE
RGB
CMYK
RGB Variations
Color information
#02A5CE (or 0x02A5CE) is known color: Pacific Blue. HEX triplet: 02, A5 and CE. RGB value is (2,165,206). Sum of RGB (Red+Green+Blue) = 2+165+206=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #02A5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A5CE is #FD5A31. Grayscale: #787878. Windows color (decimal): -16603698 or 13542658. OLE color: 13542658.
HSL color Cylindrical-coordinate representation of color #02A5CE: hue angle of 192.06º 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 #02A5CE is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 165 | 206 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.19 |
| HSL | 192.06º | 0.98% | 0.41% | - |
| HSV(B) | 192.06º | 0.99% | 0.81% | - |
| XYZ | 24.62 | 31.38 | 63.15 | - |
| YUV | 120.94 | 176 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 206 | 0.99 | 0.20 | 0 | 0.19 | 192.06 | 0.98 | 0.41 |
| Hex | 2 | A5 | CE | 63 | 14 | 0 | 13 | C0 | 62 | 29 |
| Octal | 2 | 245 | 316 | 143 | 24 | 0 | 23 | 300 | 142 | 51 |
| Binary | 10 | 10100101 | 11001110 | 1100011 | 10100 | 0 | 10011 | 11000000 | 1100010 | 101001 |
Color Harmonies of #02A5CE
Complementary color
Monochromatic Colors of #02A5CE
Black with #02A5CE
Text Example
Text Example
White with #02A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A5CE; }
p { color: rgb(2,165,206); }
H1.HeaderClassName
{
color: #02A5CE;
}
.AnyTagClassName
{
color: #02A5CE;
}
</style>
background-color css
<style>
a { background-color: #02A5CE; }
a { background-color: rgb(2,165,206); }
div.DivClassName
{
background-color: #02A5CE;
}
.BgClassName
{
background-color: #02A5CE;
}
</style>
border-color css
<style>
span { border-color: #02A5CE; }
span { border-color: rgb(2,165,206); }
td.TdClassName
{
border-color: #02A5CE;
}
.TagClassName
{
border-color: #02A5CE;
}
</style>