Shades of Pacific Blue #06A3BD
Tints of Pacific Blue #06A3BD
RGB
CMYK
RGB Variations
Color information
#06A3BD (or 0x06A3BD) is known color: Pacific Blue. HEX triplet: 06, A3 and BD. RGB value is (6,163,189). Sum of RGB (Red+Green+Blue) = 6+163+189=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #06A3BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A3BD is #F95C42. Grayscale: #767676. Windows color (decimal): -16342083 or 12428038. OLE color: 12428038.
HSL color Cylindrical-coordinate representation of color #06A3BD: hue angle of 188.52º 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 #06A3BD is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 163 | 189 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.26 |
| HSL | 188.52º | 0.94% | 0.38% | - |
| HSV(B) | 188.52º | 0.97% | 0.74% | - |
| XYZ | 22.36 | 29.91 | 52.74 | - |
| YUV | 119.02 | 167.49 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 163 | 189 | 0.97 | 0.14 | 0 | 0.26 | 188.52 | 0.94 | 0.38 |
| Hex | 6 | A3 | BD | 61 | E | 0 | 1A | BD | 5E | 26 |
| Octal | 6 | 243 | 275 | 141 | 16 | 0 | 32 | 275 | 136 | 46 |
| Binary | 110 | 10100011 | 10111101 | 1100001 | 1110 | 0 | 11010 | 10111101 | 1011110 | 100110 |
Color Harmonies of #06A3BD
Complementary color
Monochromatic Colors of #06A3BD
Black with #06A3BD
Text Example
Text Example
White with #06A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A3BD; }
p { color: rgb(6,163,189); }
H1.HeaderClassName
{
color: #06A3BD;
}
.AnyTagClassName
{
color: #06A3BD;
}
</style>
background-color css
<style>
a { background-color: #06A3BD; }
a { background-color: rgb(6,163,189); }
div.DivClassName
{
background-color: #06A3BD;
}
.BgClassName
{
background-color: #06A3BD;
}
</style>
border-color css
<style>
span { border-color: #06A3BD; }
span { border-color: rgb(6,163,189); }
td.TdClassName
{
border-color: #06A3BD;
}
.TagClassName
{
border-color: #06A3BD;
}
</style>