Shades of Pacific Blue #02A3C7
Tints of Pacific Blue #02A3C7
RGB
CMYK
RGB Variations
Color information
#02A3C7 (or 0x02A3C7) is known color: Pacific Blue. HEX triplet: 02, A3 and C7. RGB value is (2,163,199). Sum of RGB (Red+Green+Blue) = 2+163+199=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #02A3C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3C7 is #FD5C38. Grayscale: #767676. Windows color (decimal): -16604217 or 13083394. OLE color: 13083394.
HSL color Cylindrical-coordinate representation of color #02A3C7: hue angle of 190.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A3C7 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 163 | 199 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.22 |
| HSL | 190.96º | 0.98% | 0.39% | - |
| HSV(B) | 190.96º | 0.99% | 0.78% | - |
| XYZ | 23.43 | 30.33 | 58.65 | - |
| YUV | 118.97 | 173.16 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 199 | 0.99 | 0.18 | 0 | 0.22 | 190.96 | 0.98 | 0.39 |
| Hex | 2 | A3 | C7 | 63 | 12 | 0 | 16 | BF | 62 | 27 |
| Octal | 2 | 243 | 307 | 143 | 22 | 0 | 26 | 277 | 142 | 47 |
| Binary | 10 | 10100011 | 11000111 | 1100011 | 10010 | 0 | 10110 | 10111111 | 1100010 | 100111 |
Color Harmonies of #02A3C7
Complementary color
Monochromatic Colors of #02A3C7
Black with #02A3C7
Text Example
Text Example
White with #02A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3C7; }
p { color: rgb(2,163,199); }
H1.HeaderClassName
{
color: #02A3C7;
}
.AnyTagClassName
{
color: #02A3C7;
}
</style>
background-color css
<style>
a { background-color: #02A3C7; }
a { background-color: rgb(2,163,199); }
div.DivClassName
{
background-color: #02A3C7;
}
.BgClassName
{
background-color: #02A3C7;
}
</style>
border-color css
<style>
span { border-color: #02A3C7; }
span { border-color: rgb(2,163,199); }
td.TdClassName
{
border-color: #02A3C7;
}
.TagClassName
{
border-color: #02A3C7;
}
</style>