Shades of Pacific Blue #02A6CB
Tints of Pacific Blue #02A6CB
RGB
CMYK
RGB Variations
Color information
#02A6CB (or 0x02A6CB) is known color: Pacific Blue. HEX triplet: 02, A6 and CB. RGB value is (2,166,203). Sum of RGB (Red+Green+Blue) = 2+166+203=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #02A6CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6CB is #FD5934. Grayscale: #787878. Windows color (decimal): -16603445 or 13346306. OLE color: 13346306.
HSL color Cylindrical-coordinate representation of color #02A6CB: hue angle of 191.04º 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 #02A6CB is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 166 | 203 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.20 |
| HSL | 191.04º | 0.98% | 0.4% | - |
| HSV(B) | 191.04º | 0.99% | 0.8% | - |
| XYZ | 24.44 | 31.6 | 61.31 | - |
| YUV | 121.18 | 174.17 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 203 | 0.99 | 0.18 | 0 | 0.20 | 191.04 | 0.98 | 0.4 |
| Hex | 2 | A6 | CB | 63 | 12 | 0 | 14 | BF | 62 | 28 |
| Octal | 2 | 246 | 313 | 143 | 22 | 0 | 24 | 277 | 142 | 50 |
| Binary | 10 | 10100110 | 11001011 | 1100011 | 10010 | 0 | 10100 | 10111111 | 1100010 | 101000 |
Color Harmonies of #02A6CB
Complementary color
Monochromatic Colors of #02A6CB
Black with #02A6CB
Text Example
Text Example
White with #02A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A6CB; }
p { color: rgb(2,166,203); }
H1.HeaderClassName
{
color: #02A6CB;
}
.AnyTagClassName
{
color: #02A6CB;
}
</style>
background-color css
<style>
a { background-color: #02A6CB; }
a { background-color: rgb(2,166,203); }
div.DivClassName
{
background-color: #02A6CB;
}
.BgClassName
{
background-color: #02A6CB;
}
</style>
border-color css
<style>
span { border-color: #02A6CB; }
span { border-color: rgb(2,166,203); }
td.TdClassName
{
border-color: #02A6CB;
}
.TagClassName
{
border-color: #02A6CB;
}
</style>