Shades of Pacific Blue #02A8BB
Tints of Pacific Blue #02A8BB
RGB
CMYK
RGB Variations
Color information
#02A8BB (or 0x02A8BB) is known color: Pacific Blue. HEX triplet: 02, A8 and BB. RGB value is (2,168,187). Sum of RGB (Red+Green+Blue) = 2+168+187=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #02A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8BB is #FD5744. Grayscale: #787878. Windows color (decimal): -16602949 or 12298242. OLE color: 12298242.
HSL color Cylindrical-coordinate representation of color #02A8BB: hue angle of 186.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8BB is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 2 | 168 | 187 | - |
CMYK | 0.99 | 0.10 | 0 | 0.27 |
HSL | 186.16º | 0.98% | 0.37% | - |
HSV(B) | 186.16º | 0.99% | 0.73% | - |
XYZ | 23 | 31.61 | 51.9 | - |
YUV | 120.53 | 165.5 | 43.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 168 | 187 | 0.99 | 0.10 | 0 | 0.27 | 186.16 | 0.98 | 0.37 |
Hex | 2 | A8 | BB | 63 | A | 0 | 1B | BA | 62 | 25 |
Octal | 2 | 250 | 273 | 143 | 12 | 0 | 33 | 272 | 142 | 45 |
Binary | 10 | 10101000 | 10111011 | 1100011 | 1010 | 0 | 11011 | 10111010 | 1100010 | 100101 |
Color Harmonies of #02A8BB
Complementary color
Monochromatic Colors of #02A8BB
Black with #02A8BB
Text Example
Text Example
White with #02A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8BB; }
p { color: rgb(2,168,187); }
H1.HeaderClassName
{
color: #02A8BB;
}
.AnyTagClassName
{
color: #02A8BB;
}
</style>
background-color css
<style>
a { background-color: #02A8BB; }
a { background-color: rgb(2,168,187); }
div.DivClassName
{
background-color: #02A8BB;
}
.BgClassName
{
background-color: #02A8BB;
}
</style>
border-color css
<style>
span { border-color: #02A8BB; }
span { border-color: rgb(2,168,187); }
td.TdClassName
{
border-color: #02A8BB;
}
.TagClassName
{
border-color: #02A8BB;
}
</style>