Shades of Pacific Blue #02A1BD
Tints of Pacific Blue #02A1BD
RGB
CMYK
RGB Variations
Color information
#02A1BD (or 0x02A1BD) is known color: Pacific Blue. HEX triplet: 02, A1 and BD. RGB value is (2,161,189). Sum of RGB (Red+Green+Blue) = 2+161+189=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #02A1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1BD is #FD5E42. Grayscale: #747474. Windows color (decimal): -16604739 or 12427522. OLE color: 12427522.
HSL color Cylindrical-coordinate representation of color #02A1BD: hue angle of 188.98º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1BD is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 161 | 189 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.26 |
| HSL | 188.98º | 0.98% | 0.37% | - |
| HSV(B) | 188.98º | 0.99% | 0.74% | - |
| XYZ | 21.96 | 29.18 | 52.62 | - |
| YUV | 116.65 | 168.82 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 189 | 0.99 | 0.15 | 0 | 0.26 | 188.98 | 0.98 | 0.37 |
| Hex | 2 | A1 | BD | 63 | F | 0 | 1A | BD | 62 | 25 |
| Octal | 2 | 241 | 275 | 143 | 17 | 0 | 32 | 275 | 142 | 45 |
| Binary | 10 | 10100001 | 10111101 | 1100011 | 1111 | 0 | 11010 | 10111101 | 1100010 | 100101 |
Color Harmonies of #02A1BD
Complementary color
Monochromatic Colors of #02A1BD
Black with #02A1BD
Text Example
Text Example
White with #02A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A1BD; }
p { color: rgb(2,161,189); }
H1.HeaderClassName
{
color: #02A1BD;
}
.AnyTagClassName
{
color: #02A1BD;
}
</style>
background-color css
<style>
a { background-color: #02A1BD; }
a { background-color: rgb(2,161,189); }
div.DivClassName
{
background-color: #02A1BD;
}
.BgClassName
{
background-color: #02A1BD;
}
</style>
border-color css
<style>
span { border-color: #02A1BD; }
span { border-color: rgb(2,161,189); }
td.TdClassName
{
border-color: #02A1BD;
}
.TagClassName
{
border-color: #02A1BD;
}
</style>