Shades of Pacific Blue #02A4DF
Tints of Pacific Blue #02A4DF
RGB
CMYK
RGB Variations
Color information
#02A4DF (or 0x02A4DF) is known color: Pacific Blue. HEX triplet: 02, A4 and DF. RGB value is (2,164,223). Sum of RGB (Red+Green+Blue) = 2+164+223=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #02A4DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A4DF is #FD5B20. Grayscale: #797979. Windows color (decimal): -16603937 or 14656514. OLE color: 14656514.
HSL color Cylindrical-coordinate representation of color #02A4DF: hue angle of 196.02º 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 #02A4DF is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 164 | 223 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.13 |
| HSL | 196.02º | 0.98% | 0.44% | - |
| HSV(B) | 196.02º | 0.99% | 0.87% | - |
| XYZ | 26.62 | 31.89 | 74.56 | - |
| YUV | 122.29 | 184.83 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 164 | 223 | 0.99 | 0.26 | 0 | 0.13 | 196.02 | 0.98 | 0.44 |
| Hex | 2 | A4 | DF | 63 | 1A | 0 | D | C4 | 62 | 2C |
| Octal | 2 | 244 | 337 | 143 | 32 | 0 | 15 | 304 | 142 | 54 |
| Binary | 10 | 10100100 | 11011111 | 1100011 | 11010 | 0 | 1101 | 11000100 | 1100010 | 101100 |
Color Harmonies of #02A4DF
Complementary color
Monochromatic Colors of #02A4DF
Black with #02A4DF
Text Example
Text Example
White with #02A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A4DF; }
p { color: rgb(2,164,223); }
H1.HeaderClassName
{
color: #02A4DF;
}
.AnyTagClassName
{
color: #02A4DF;
}
</style>
background-color css
<style>
a { background-color: #02A4DF; }
a { background-color: rgb(2,164,223); }
div.DivClassName
{
background-color: #02A4DF;
}
.BgClassName
{
background-color: #02A4DF;
}
</style>
border-color css
<style>
span { border-color: #02A4DF; }
span { border-color: rgb(2,164,223); }
td.TdClassName
{
border-color: #02A4DF;
}
.TagClassName
{
border-color: #02A4DF;
}
</style>