Shades of Pacific Blue #02A6DF
Tints of Pacific Blue #02A6DF
RGB
CMYK
RGB Variations
Color information
#02A6DF (or 0x02A6DF) is known color: Pacific Blue. HEX triplet: 02, A6 and DF. RGB value is (2,166,223). Sum of RGB (Red+Green+Blue) = 2+166+223=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #02A6DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6DF is #FD5920. Grayscale: #7B7B7B. Windows color (decimal): -16603425 or 14657026. OLE color: 14657026.
HSL color Cylindrical-coordinate representation of color #02A6DF: hue angle of 195.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A6DF is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 166 | 223 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.13 |
| HSL | 195.48º | 0.98% | 0.44% | - |
| HSV(B) | 195.48º | 0.99% | 0.87% | - |
| XYZ | 26.98 | 32.61 | 74.68 | - |
| YUV | 123.46 | 184.17 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 223 | 0.99 | 0.26 | 0 | 0.13 | 195.48 | 0.98 | 0.44 |
| Hex | 2 | A6 | DF | 63 | 1A | 0 | D | C3 | 62 | 2C |
| Octal | 2 | 246 | 337 | 143 | 32 | 0 | 15 | 303 | 142 | 54 |
| Binary | 10 | 10100110 | 11011111 | 1100011 | 11010 | 0 | 1101 | 11000011 | 1100010 | 101100 |
Color Harmonies of #02A6DF
Complementary color
Monochromatic Colors of #02A6DF
Black with #02A6DF
Text Example
Text Example
White with #02A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A6DF; }
p { color: rgb(2,166,223); }
H1.HeaderClassName
{
color: #02A6DF;
}
.AnyTagClassName
{
color: #02A6DF;
}
</style>
background-color css
<style>
a { background-color: #02A6DF; }
a { background-color: rgb(2,166,223); }
div.DivClassName
{
background-color: #02A6DF;
}
.BgClassName
{
background-color: #02A6DF;
}
</style>
border-color css
<style>
span { border-color: #02A6DF; }
span { border-color: rgb(2,166,223); }
td.TdClassName
{
border-color: #02A6DF;
}
.TagClassName
{
border-color: #02A6DF;
}
</style>