Shades of Pacific Blue #02A8C4
Tints of Pacific Blue #02A8C4
RGB
CMYK
RGB Variations
Color information
#02A8C4 (or 0x02A8C4) is known color: Pacific Blue. HEX triplet: 02, A8 and C4. RGB value is (2,168,196). Sum of RGB (Red+Green+Blue) = 2+168+196=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #02A8C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8C4 is #FD573B. Grayscale: #797979. Windows color (decimal): -16602940 or 12888066. OLE color: 12888066.
HSL color Cylindrical-coordinate representation of color #02A8C4: hue angle of 188.66º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8C4 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 168 | 196 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.23 |
| HSL | 188.66º | 0.98% | 0.39% | - |
| HSV(B) | 188.66º | 0.99% | 0.77% | - |
| XYZ | 23.99 | 32 | 57.14 | - |
| YUV | 121.56 | 170 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 196 | 0.99 | 0.14 | 0 | 0.23 | 188.66 | 0.98 | 0.39 |
| Hex | 2 | A8 | C4 | 63 | E | 0 | 17 | BD | 62 | 27 |
| Octal | 2 | 250 | 304 | 143 | 16 | 0 | 27 | 275 | 142 | 47 |
| Binary | 10 | 10101000 | 11000100 | 1100011 | 1110 | 0 | 10111 | 10111101 | 1100010 | 100111 |
Color Harmonies of #02A8C4
Complementary color
Monochromatic Colors of #02A8C4
Black with #02A8C4
Text Example
Text Example
White with #02A8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8C4; }
p { color: rgb(2,168,196); }
H1.HeaderClassName
{
color: #02A8C4;
}
.AnyTagClassName
{
color: #02A8C4;
}
</style>
background-color css
<style>
a { background-color: #02A8C4; }
a { background-color: rgb(2,168,196); }
div.DivClassName
{
background-color: #02A8C4;
}
.BgClassName
{
background-color: #02A8C4;
}
</style>
border-color css
<style>
span { border-color: #02A8C4; }
span { border-color: rgb(2,168,196); }
td.TdClassName
{
border-color: #02A8C4;
}
.TagClassName
{
border-color: #02A8C4;
}
</style>