Shades of Pacific Blue #02A1DC
Tints of Pacific Blue #02A1DC
RGB
CMYK
RGB Variations
Color information
#02A1DC (or 0x02A1DC) is known color: Pacific Blue. HEX triplet: 02, A1 and DC. RGB value is (2,161,220). Sum of RGB (Red+Green+Blue) = 2+161+220=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #02A1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1DC is #FD5E23. Grayscale: #777777. Windows color (decimal): -16604708 or 14459138. OLE color: 14459138.
HSL color Cylindrical-coordinate representation of color #02A1DC: hue angle of 196.24º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1DC is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 161 | 220 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.14 |
| HSL | 196.24º | 0.98% | 0.44% | - |
| HSV(B) | 196.24º | 0.99% | 0.86% | - |
| XYZ | 25.69 | 30.67 | 72.28 | - |
| YUV | 120.19 | 184.32 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 220 | 0.99 | 0.27 | 0 | 0.14 | 196.24 | 0.98 | 0.44 |
| Hex | 2 | A1 | DC | 63 | 1B | 0 | E | C4 | 62 | 2C |
| Octal | 2 | 241 | 334 | 143 | 33 | 0 | 16 | 304 | 142 | 54 |
| Binary | 10 | 10100001 | 11011100 | 1100011 | 11011 | 0 | 1110 | 11000100 | 1100010 | 101100 |
Color Harmonies of #02A1DC
Complementary color
Monochromatic Colors of #02A1DC
Black with #02A1DC
Text Example
Text Example
White with #02A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A1DC; }
p { color: rgb(2,161,220); }
H1.HeaderClassName
{
color: #02A1DC;
}
.AnyTagClassName
{
color: #02A1DC;
}
</style>
background-color css
<style>
a { background-color: #02A1DC; }
a { background-color: rgb(2,161,220); }
div.DivClassName
{
background-color: #02A1DC;
}
.BgClassName
{
background-color: #02A1DC;
}
</style>
border-color css
<style>
span { border-color: #02A1DC; }
span { border-color: rgb(2,161,220); }
td.TdClassName
{
border-color: #02A1DC;
}
.TagClassName
{
border-color: #02A1DC;
}
</style>