Shades of Pacific Blue #02A2CF
Tints of Pacific Blue #02A2CF
RGB
CMYK
RGB Variations
Color information
#02A2CF (or 0x02A2CF) is known color: Pacific Blue. HEX triplet: 02, A2 and CF. RGB value is (2,162,207). Sum of RGB (Red+Green+Blue) = 2+162+207=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #02A2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A2CF is #FD5D30. Grayscale: #767676. Windows color (decimal): -16604465 or 13607426. OLE color: 13607426.
HSL color Cylindrical-coordinate representation of color #02A2CF: hue angle of 193.17º 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 #02A2CF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 162 | 207 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.19 |
| HSL | 193.17º | 0.98% | 0.41% | - |
| HSV(B) | 193.17º | 0.99% | 0.81% | - |
| XYZ | 24.21 | 30.36 | 63.62 | - |
| YUV | 119.29 | 177.49 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 207 | 0.99 | 0.22 | 0 | 0.19 | 193.17 | 0.98 | 0.41 |
| Hex | 2 | A2 | CF | 63 | 16 | 0 | 13 | C1 | 62 | 29 |
| Octal | 2 | 242 | 317 | 143 | 26 | 0 | 23 | 301 | 142 | 51 |
| Binary | 10 | 10100010 | 11001111 | 1100011 | 10110 | 0 | 10011 | 11000001 | 1100010 | 101001 |
Color Harmonies of #02A2CF
Complementary color
Monochromatic Colors of #02A2CF
Black with #02A2CF
Text Example
Text Example
White with #02A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A2CF; }
p { color: rgb(2,162,207); }
H1.HeaderClassName
{
color: #02A2CF;
}
.AnyTagClassName
{
color: #02A2CF;
}
</style>
background-color css
<style>
a { background-color: #02A2CF; }
a { background-color: rgb(2,162,207); }
div.DivClassName
{
background-color: #02A2CF;
}
.BgClassName
{
background-color: #02A2CF;
}
</style>
border-color css
<style>
span { border-color: #02A2CF; }
span { border-color: rgb(2,162,207); }
td.TdClassName
{
border-color: #02A2CF;
}
.TagClassName
{
border-color: #02A2CF;
}
</style>