Shades of Pacific Blue #02A8CF
Tints of Pacific Blue #02A8CF
RGB
CMYK
RGB Variations
Color information
#02A8CF (or 0x02A8CF) is known color: Pacific Blue. HEX triplet: 02, A8 and CF. RGB value is (2,168,207). Sum of RGB (Red+Green+Blue) = 2+168+207=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #02A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8CF is #FD5730. Grayscale: #7A7A7A. Windows color (decimal): -16602929 or 13608962. OLE color: 13608962.
HSL color Cylindrical-coordinate representation of color #02A8CF: hue angle of 191.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8CF is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 168 | 207 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.19 |
| HSL | 191.41º | 0.98% | 0.41% | - |
| HSV(B) | 191.41º | 0.99% | 0.81% | - |
| XYZ | 25.29 | 32.52 | 63.98 | - |
| YUV | 122.81 | 175.5 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 207 | 0.99 | 0.19 | 0 | 0.19 | 191.41 | 0.98 | 0.41 |
| Hex | 2 | A8 | CF | 63 | 13 | 0 | 13 | BF | 62 | 29 |
| Octal | 2 | 250 | 317 | 143 | 23 | 0 | 23 | 277 | 142 | 51 |
| Binary | 10 | 10101000 | 11001111 | 1100011 | 10011 | 0 | 10011 | 10111111 | 1100010 | 101001 |
Color Harmonies of #02A8CF
Complementary color
Monochromatic Colors of #02A8CF
Black with #02A8CF
Text Example
Text Example
White with #02A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8CF; }
p { color: rgb(2,168,207); }
H1.HeaderClassName
{
color: #02A8CF;
}
.AnyTagClassName
{
color: #02A8CF;
}
</style>
background-color css
<style>
a { background-color: #02A8CF; }
a { background-color: rgb(2,168,207); }
div.DivClassName
{
background-color: #02A8CF;
}
.BgClassName
{
background-color: #02A8CF;
}
</style>
border-color css
<style>
span { border-color: #02A8CF; }
span { border-color: rgb(2,168,207); }
td.TdClassName
{
border-color: #02A8CF;
}
.TagClassName
{
border-color: #02A8CF;
}
</style>