Shades of Pacific Blue #02A3DF
Tints of Pacific Blue #02A3DF
RGB
CMYK
RGB Variations
Color information
#02A3DF (or 0x02A3DF) is known color: Pacific Blue. HEX triplet: 02, A3 and DF. RGB value is (2,163,223). Sum of RGB (Red+Green+Blue) = 2+163+223=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #02A3DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3DF is #FD5C20. Grayscale: #797979. Windows color (decimal): -16604193 or 14656258. OLE color: 14656258.
HSL color Cylindrical-coordinate representation of color #02A3DF: hue angle of 196.29º 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 #02A3DF is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 163 | 223 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.13 |
| HSL | 196.29º | 0.98% | 0.44% | - |
| HSV(B) | 196.29º | 0.99% | 0.87% | - |
| XYZ | 26.44 | 31.54 | 74.51 | - |
| YUV | 121.7 | 185.16 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 223 | 0.99 | 0.27 | 0 | 0.13 | 196.29 | 0.98 | 0.44 |
| Hex | 2 | A3 | DF | 63 | 1B | 0 | D | C4 | 62 | 2C |
| Octal | 2 | 243 | 337 | 143 | 33 | 0 | 15 | 304 | 142 | 54 |
| Binary | 10 | 10100011 | 11011111 | 1100011 | 11011 | 0 | 1101 | 11000100 | 1100010 | 101100 |
Color Harmonies of #02A3DF
Complementary color
Monochromatic Colors of #02A3DF
Black with #02A3DF
Text Example
Text Example
White with #02A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3DF; }
p { color: rgb(2,163,223); }
H1.HeaderClassName
{
color: #02A3DF;
}
.AnyTagClassName
{
color: #02A3DF;
}
</style>
background-color css
<style>
a { background-color: #02A3DF; }
a { background-color: rgb(2,163,223); }
div.DivClassName
{
background-color: #02A3DF;
}
.BgClassName
{
background-color: #02A3DF;
}
</style>
border-color css
<style>
span { border-color: #02A3DF; }
span { border-color: rgb(2,163,223); }
td.TdClassName
{
border-color: #02A3DF;
}
.TagClassName
{
border-color: #02A3DF;
}
</style>