Shades of Pacific Blue #02A8CB
Tints of Pacific Blue #02A8CB
RGB
CMYK
RGB Variations
Color information
#02A8CB (or 0x02A8CB) is known color: Pacific Blue. HEX triplet: 02, A8 and CB. RGB value is (2,168,203). Sum of RGB (Red+Green+Blue) = 2+168+203=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #02A8CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8CB is #FD5734. Grayscale: #7A7A7A. Windows color (decimal): -16602933 or 13346818. OLE color: 13346818.
HSL color Cylindrical-coordinate representation of color #02A8CB: hue angle of 190.45º 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 #02A8CB is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 168 | 203 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.20 |
| HSL | 190.45º | 0.98% | 0.4% | - |
| HSV(B) | 190.45º | 0.99% | 0.8% | - |
| XYZ | 24.81 | 32.33 | 61.43 | - |
| YUV | 122.36 | 173.5 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 203 | 0.99 | 0.17 | 0 | 0.20 | 190.45 | 0.98 | 0.4 |
| Hex | 2 | A8 | CB | 63 | 11 | 0 | 14 | BE | 62 | 28 |
| Octal | 2 | 250 | 313 | 143 | 21 | 0 | 24 | 276 | 142 | 50 |
| Binary | 10 | 10101000 | 11001011 | 1100011 | 10001 | 0 | 10100 | 10111110 | 1100010 | 101000 |
Color Harmonies of #02A8CB
Complementary color
Monochromatic Colors of #02A8CB
Black with #02A8CB
Text Example
Text Example
White with #02A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8CB; }
p { color: rgb(2,168,203); }
H1.HeaderClassName
{
color: #02A8CB;
}
.AnyTagClassName
{
color: #02A8CB;
}
</style>
background-color css
<style>
a { background-color: #02A8CB; }
a { background-color: rgb(2,168,203); }
div.DivClassName
{
background-color: #02A8CB;
}
.BgClassName
{
background-color: #02A8CB;
}
</style>
border-color css
<style>
span { border-color: #02A8CB; }
span { border-color: rgb(2,168,203); }
td.TdClassName
{
border-color: #02A8CB;
}
.TagClassName
{
border-color: #02A8CB;
}
</style>