Shades of Pacific Blue #02A8CC
Tints of Pacific Blue #02A8CC
RGB
CMYK
RGB Variations
Color information
#02A8CC (or 0x02A8CC) is known color: Pacific Blue. HEX triplet: 02, A8 and CC. RGB value is (2,168,204). Sum of RGB (Red+Green+Blue) = 2+168+204=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #02A8CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8CC is #FD5733. Grayscale: #7A7A7A. Windows color (decimal): -16602932 or 13412354. OLE color: 13412354.
HSL color Cylindrical-coordinate representation of color #02A8CC: hue angle of 190.69º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8CC is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 168 | 204 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.2 |
| HSL | 190.69º | 0.98% | 0.4% | - |
| HSV(B) | 190.69º | 0.99% | 0.8% | - |
| XYZ | 24.93 | 32.38 | 62.06 | - |
| YUV | 122.47 | 174 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 204 | 0.99 | 0.18 | 0 | 0.2 | 190.69 | 0.98 | 0.4 |
| Hex | 2 | A8 | CC | 63 | 12 | 0 | 14 | BF | 62 | 28 |
| Octal | 2 | 250 | 314 | 143 | 22 | 0 | 24 | 277 | 142 | 50 |
| Binary | 10 | 10101000 | 11001100 | 1100011 | 10010 | 0 | 10100 | 10111111 | 1100010 | 101000 |
Color Harmonies of #02A8CC
Complementary color
Monochromatic Colors of #02A8CC
Black with #02A8CC
Text Example
Text Example
White with #02A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8CC; }
p { color: rgb(2,168,204); }
H1.HeaderClassName
{
color: #02A8CC;
}
.AnyTagClassName
{
color: #02A8CC;
}
</style>
background-color css
<style>
a { background-color: #02A8CC; }
a { background-color: rgb(2,168,204); }
div.DivClassName
{
background-color: #02A8CC;
}
.BgClassName
{
background-color: #02A8CC;
}
</style>
border-color css
<style>
span { border-color: #02A8CC; }
span { border-color: rgb(2,168,204); }
td.TdClassName
{
border-color: #02A8CC;
}
.TagClassName
{
border-color: #02A8CC;
}
</style>