Shades of Pacific Blue #06A5BD
Tints of Pacific Blue #06A5BD
RGB
CMYK
RGB Variations
Color information
#06A5BD (or 0x06A5BD) is known color: Pacific Blue. HEX triplet: 06, A5 and BD. RGB value is (6,165,189). Sum of RGB (Red+Green+Blue) = 6+165+189=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #06A5BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A5BD is #F95A42. Grayscale: #777777. Windows color (decimal): -16341571 or 12428550. OLE color: 12428550.
HSL color Cylindrical-coordinate representation of color #06A5BD: hue angle of 187.87º 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 #06A5BD is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 165 | 189 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.26 |
| HSL | 187.87º | 0.94% | 0.38% | - |
| HSV(B) | 187.87º | 0.97% | 0.74% | - |
| XYZ | 22.72 | 30.62 | 52.86 | - |
| YUV | 120.2 | 166.82 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 165 | 189 | 0.97 | 0.13 | 0 | 0.26 | 187.87 | 0.94 | 0.38 |
| Hex | 6 | A5 | BD | 61 | D | 0 | 1A | BC | 5E | 26 |
| Octal | 6 | 245 | 275 | 141 | 15 | 0 | 32 | 274 | 136 | 46 |
| Binary | 110 | 10100101 | 10111101 | 1100001 | 1101 | 0 | 11010 | 10111100 | 1011110 | 100110 |
Color Harmonies of #06A5BD
Complementary color
Monochromatic Colors of #06A5BD
Black with #06A5BD
Text Example
Text Example
White with #06A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A5BD; }
p { color: rgb(6,165,189); }
H1.HeaderClassName
{
color: #06A5BD;
}
.AnyTagClassName
{
color: #06A5BD;
}
</style>
background-color css
<style>
a { background-color: #06A5BD; }
a { background-color: rgb(6,165,189); }
div.DivClassName
{
background-color: #06A5BD;
}
.BgClassName
{
background-color: #06A5BD;
}
</style>
border-color css
<style>
span { border-color: #06A5BD; }
span { border-color: rgb(6,165,189); }
td.TdClassName
{
border-color: #06A5BD;
}
.TagClassName
{
border-color: #06A5BD;
}
</style>