Shades of Pacific Blue #0AA6BD
Tints of Pacific Blue #0AA6BD
RGB
CMYK
RGB Variations
Color information
#0AA6BD (or 0x0AA6BD) is known color: Pacific Blue. HEX triplet: 0A, A6 and BD. RGB value is (10,166,189). Sum of RGB (Red+Green+Blue) = 10+166+189=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #0AA6BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA6BD is #F55942. Grayscale: #797979. Windows color (decimal): -16079171 or 12428810. OLE color: 12428810.
HSL color Cylindrical-coordinate representation of color #0AA6BD: hue angle of 187.71º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA6BD is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 166 | 189 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.26 |
| HSL | 187.71º | 0.9% | 0.39% | - |
| HSV(B) | 187.71º | 0.95% | 0.74% | - |
| XYZ | 22.95 | 31.01 | 52.92 | - |
| YUV | 121.98 | 165.82 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 189 | 0.95 | 0.12 | 0 | 0.26 | 187.71 | 0.9 | 0.39 |
| Hex | A | A6 | BD | 5F | C | 0 | 1A | BC | 5A | 27 |
| Octal | 12 | 246 | 275 | 137 | 14 | 0 | 32 | 274 | 132 | 47 |
| Binary | 1010 | 10100110 | 10111101 | 1011111 | 1100 | 0 | 11010 | 10111100 | 1011010 | 100111 |
Color Harmonies of #0AA6BD
Complementary color
Monochromatic Colors of #0AA6BD
Black with #0AA6BD
Text Example
Text Example
White with #0AA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA6BD; }
p { color: rgb(10,166,189); }
H1.HeaderClassName
{
color: #0AA6BD;
}
.AnyTagClassName
{
color: #0AA6BD;
}
</style>
background-color css
<style>
a { background-color: #0AA6BD; }
a { background-color: rgb(10,166,189); }
div.DivClassName
{
background-color: #0AA6BD;
}
.BgClassName
{
background-color: #0AA6BD;
}
</style>
border-color css
<style>
span { border-color: #0AA6BD; }
span { border-color: rgb(10,166,189); }
td.TdClassName
{
border-color: #0AA6BD;
}
.TagClassName
{
border-color: #0AA6BD;
}
</style>