Shades of Pacific Blue #06A3BC
Tints of Pacific Blue #06A3BC
RGB
CMYK
RGB Variations
Color information
#06A3BC (or 0x06A3BC) is known color: Pacific Blue. HEX triplet: 06, A3 and BC. RGB value is (6,163,188). Sum of RGB (Red+Green+Blue) = 6+163+188=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #06A3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A3BC is #F95C43. Grayscale: #767676. Windows color (decimal): -16342084 or 12362502. OLE color: 12362502.
HSL color Cylindrical-coordinate representation of color #06A3BC: hue angle of 188.24º 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 #06A3BC is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 163 | 188 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.26 |
| HSL | 188.24º | 0.94% | 0.38% | - |
| HSV(B) | 188.24º | 0.97% | 0.74% | - |
| XYZ | 22.25 | 29.86 | 52.17 | - |
| YUV | 118.91 | 166.99 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 163 | 188 | 0.97 | 0.13 | 0 | 0.26 | 188.24 | 0.94 | 0.38 |
| Hex | 6 | A3 | BC | 61 | D | 0 | 1A | BC | 5E | 26 |
| Octal | 6 | 243 | 274 | 141 | 15 | 0 | 32 | 274 | 136 | 46 |
| Binary | 110 | 10100011 | 10111100 | 1100001 | 1101 | 0 | 11010 | 10111100 | 1011110 | 100110 |
Color Harmonies of #06A3BC
Complementary color
Monochromatic Colors of #06A3BC
Black with #06A3BC
Text Example
Text Example
White with #06A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A3BC; }
p { color: rgb(6,163,188); }
H1.HeaderClassName
{
color: #06A3BC;
}
.AnyTagClassName
{
color: #06A3BC;
}
</style>
background-color css
<style>
a { background-color: #06A3BC; }
a { background-color: rgb(6,163,188); }
div.DivClassName
{
background-color: #06A3BC;
}
.BgClassName
{
background-color: #06A3BC;
}
</style>
border-color css
<style>
span { border-color: #06A3BC; }
span { border-color: rgb(6,163,188); }
td.TdClassName
{
border-color: #06A3BC;
}
.TagClassName
{
border-color: #06A3BC;
}
</style>