Shades of Pacific Blue #02A7DF
Tints of Pacific Blue #02A7DF
RGB
CMYK
RGB Variations
Color information
#02A7DF (or 0x02A7DF) is known color: Pacific Blue. HEX triplet: 02, A7 and DF. RGB value is (2,167,223). Sum of RGB (Red+Green+Blue) = 2+167+223=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #02A7DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A7DF is #FD5820. Grayscale: #7B7B7B. Windows color (decimal): -16603169 or 14657282. OLE color: 14657282.
HSL color Cylindrical-coordinate representation of color #02A7DF: hue angle of 195.2º 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 #02A7DF is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 167 | 223 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.13 |
| HSL | 195.2º | 0.98% | 0.44% | - |
| HSV(B) | 195.2º | 0.99% | 0.87% | - |
| XYZ | 27.16 | 32.98 | 74.75 | - |
| YUV | 124.05 | 183.84 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 223 | 0.99 | 0.25 | 0 | 0.13 | 195.2 | 0.98 | 0.44 |
| Hex | 2 | A7 | DF | 63 | 19 | 0 | D | C3 | 62 | 2C |
| Octal | 2 | 247 | 337 | 143 | 31 | 0 | 15 | 303 | 142 | 54 |
| Binary | 10 | 10100111 | 11011111 | 1100011 | 11001 | 0 | 1101 | 11000011 | 1100010 | 101100 |
Color Harmonies of #02A7DF
Complementary color
Monochromatic Colors of #02A7DF
Black with #02A7DF
Text Example
Text Example
White with #02A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A7DF; }
p { color: rgb(2,167,223); }
H1.HeaderClassName
{
color: #02A7DF;
}
.AnyTagClassName
{
color: #02A7DF;
}
</style>
background-color css
<style>
a { background-color: #02A7DF; }
a { background-color: rgb(2,167,223); }
div.DivClassName
{
background-color: #02A7DF;
}
.BgClassName
{
background-color: #02A7DF;
}
</style>
border-color css
<style>
span { border-color: #02A7DF; }
span { border-color: rgb(2,167,223); }
td.TdClassName
{
border-color: #02A7DF;
}
.TagClassName
{
border-color: #02A7DF;
}
</style>