Shades of Pacific Blue #06A8B7
Tints of Pacific Blue #06A8B7
RGB
CMYK
RGB Variations
Color information
#06A8B7 (or 0x06A8B7) is known color: Pacific Blue. HEX triplet: 06, A8 and B7. RGB value is (6,168,183). Sum of RGB (Red+Green+Blue) = 6+168+183=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #06A8B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A8B7 is #F95748. Grayscale: #797979. Windows color (decimal): -16340809 or 12036102. OLE color: 12036102.
HSL color Cylindrical-coordinate representation of color #06A8B7: hue angle of 185.08º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8B7 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 168 | 183 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.28 |
| HSL | 185.08º | 0.94% | 0.37% | - |
| HSV(B) | 185.08º | 0.97% | 0.72% | - |
| XYZ | 22.62 | 31.46 | 49.68 | - |
| YUV | 121.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 183 | 0.97 | 0.08 | 0 | 0.28 | 185.08 | 0.94 | 0.37 |
| Hex | 6 | A8 | B7 | 61 | 8 | 0 | 1C | B9 | 5E | 25 |
| Octal | 6 | 250 | 267 | 141 | 10 | 0 | 34 | 271 | 136 | 45 |
| Binary | 110 | 10101000 | 10110111 | 1100001 | 1000 | 0 | 11100 | 10111001 | 1011110 | 100101 |
Color Harmonies of #06A8B7
Complementary color
Monochromatic Colors of #06A8B7
Black with #06A8B7
Text Example
Text Example
White with #06A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8B7; }
p { color: rgb(6,168,183); }
H1.HeaderClassName
{
color: #06A8B7;
}
.AnyTagClassName
{
color: #06A8B7;
}
</style>
background-color css
<style>
a { background-color: #06A8B7; }
a { background-color: rgb(6,168,183); }
div.DivClassName
{
background-color: #06A8B7;
}
.BgClassName
{
background-color: #06A8B7;
}
</style>
border-color css
<style>
span { border-color: #06A8B7; }
span { border-color: rgb(6,168,183); }
td.TdClassName
{
border-color: #06A8B7;
}
.TagClassName
{
border-color: #06A8B7;
}
</style>