Shades of Pacific Blue #06A8BD
Tints of Pacific Blue #06A8BD
RGB
CMYK
RGB Variations
Color information
#06A8BD (or 0x06A8BD) is known color: Pacific Blue. HEX triplet: 06, A8 and BD. RGB value is (6,168,189). Sum of RGB (Red+Green+Blue) = 6+168+189=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #06A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A8BD is #F95742. Grayscale: #797979. Windows color (decimal): -16340803 or 12429318. OLE color: 12429318.
HSL color Cylindrical-coordinate representation of color #06A8BD: hue angle of 186.89º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8BD is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 168 | 189 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.26 |
| HSL | 186.89º | 0.94% | 0.38% | - |
| HSV(B) | 186.89º | 0.97% | 0.74% | - |
| XYZ | 23.26 | 31.72 | 53.04 | - |
| YUV | 121.96 | 165.83 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 189 | 0.97 | 0.11 | 0 | 0.26 | 186.89 | 0.94 | 0.38 |
| Hex | 6 | A8 | BD | 61 | B | 0 | 1A | BB | 5E | 26 |
| Octal | 6 | 250 | 275 | 141 | 13 | 0 | 32 | 273 | 136 | 46 |
| Binary | 110 | 10101000 | 10111101 | 1100001 | 1011 | 0 | 11010 | 10111011 | 1011110 | 100110 |
Color Harmonies of #06A8BD
Complementary color
Monochromatic Colors of #06A8BD
Black with #06A8BD
Text Example
Text Example
White with #06A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8BD; }
p { color: rgb(6,168,189); }
H1.HeaderClassName
{
color: #06A8BD;
}
.AnyTagClassName
{
color: #06A8BD;
}
</style>
background-color css
<style>
a { background-color: #06A8BD; }
a { background-color: rgb(6,168,189); }
div.DivClassName
{
background-color: #06A8BD;
}
.BgClassName
{
background-color: #06A8BD;
}
</style>
border-color css
<style>
span { border-color: #06A8BD; }
span { border-color: rgb(6,168,189); }
td.TdClassName
{
border-color: #06A8BD;
}
.TagClassName
{
border-color: #06A8BD;
}
</style>