Shades of Pacific Blue #02A3D8
Tints of Pacific Blue #02A3D8
RGB
CMYK
RGB Variations
Color information
#02A3D8 (or 0x02A3D8) is known color: Pacific Blue. HEX triplet: 02, A3 and D8. RGB value is (2,163,216). Sum of RGB (Red+Green+Blue) = 2+163+216=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #02A3D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3D8 is #FD5C27. Grayscale: #787878. Windows color (decimal): -16604200 or 14197506. OLE color: 14197506.
HSL color Cylindrical-coordinate representation of color #02A3D8: hue angle of 194.86º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A3D8 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 163 | 216 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.15 |
| HSL | 194.86º | 0.98% | 0.43% | - |
| HSV(B) | 194.86º | 0.99% | 0.85% | - |
| XYZ | 25.52 | 31.17 | 69.64 | - |
| YUV | 120.9 | 181.66 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 216 | 0.99 | 0.25 | 0 | 0.15 | 194.86 | 0.98 | 0.43 |
| Hex | 2 | A3 | D8 | 63 | 19 | 0 | F | C3 | 62 | 2B |
| Octal | 2 | 243 | 330 | 143 | 31 | 0 | 17 | 303 | 142 | 53 |
| Binary | 10 | 10100011 | 11011000 | 1100011 | 11001 | 0 | 1111 | 11000011 | 1100010 | 101011 |
Color Harmonies of #02A3D8
Complementary color
Monochromatic Colors of #02A3D8
Black with #02A3D8
Text Example
Text Example
White with #02A3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A3D8; }
p { color: rgb(2,163,216); }
H1.HeaderClassName
{
color: #02A3D8;
}
.AnyTagClassName
{
color: #02A3D8;
}
</style>
background-color css
<style>
a { background-color: #02A3D8; }
a { background-color: rgb(2,163,216); }
div.DivClassName
{
background-color: #02A3D8;
}
.BgClassName
{
background-color: #02A3D8;
}
</style>
border-color css
<style>
span { border-color: #02A3D8; }
span { border-color: rgb(2,163,216); }
td.TdClassName
{
border-color: #02A3D8;
}
.TagClassName
{
border-color: #02A3D8;
}
</style>