Shades of Pacific Blue #0AA4C8
Tints of Pacific Blue #0AA4C8
RGB
CMYK
RGB Variations
Color information
#0AA4C8 (or 0x0AA4C8) is known color: Pacific Blue. HEX triplet: 0A, A4 and C8. RGB value is (10,164,200). Sum of RGB (Red+Green+Blue) = 10+164+200=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #0AA4C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA4C8 is #F55B37. Grayscale: #797979. Windows color (decimal): -16079672 or 13149194. OLE color: 13149194.
HSL color Cylindrical-coordinate representation of color #0AA4C8: hue angle of 191.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA4C8 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 164 | 200 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.22 |
| HSL | 191.37º | 0.9% | 0.41% | - |
| HSV(B) | 191.37º | 0.95% | 0.78% | - |
| XYZ | 23.83 | 30.79 | 59.33 | - |
| YUV | 122.06 | 171.98 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 200 | 0.95 | 0.18 | 0 | 0.22 | 191.37 | 0.9 | 0.41 |
| Hex | A | A4 | C8 | 5F | 12 | 0 | 16 | BF | 5A | 29 |
| Octal | 12 | 244 | 310 | 137 | 22 | 0 | 26 | 277 | 132 | 51 |
| Binary | 1010 | 10100100 | 11001000 | 1011111 | 10010 | 0 | 10110 | 10111111 | 1011010 | 101001 |
Color Harmonies of #0AA4C8
Complementary color
Monochromatic Colors of #0AA4C8
Black with #0AA4C8
Text Example
Text Example
White with #0AA4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA4C8; }
p { color: rgb(10,164,200); }
H1.HeaderClassName
{
color: #0AA4C8;
}
.AnyTagClassName
{
color: #0AA4C8;
}
</style>
background-color css
<style>
a { background-color: #0AA4C8; }
a { background-color: rgb(10,164,200); }
div.DivClassName
{
background-color: #0AA4C8;
}
.BgClassName
{
background-color: #0AA4C8;
}
</style>
border-color css
<style>
span { border-color: #0AA4C8; }
span { border-color: rgb(10,164,200); }
td.TdClassName
{
border-color: #0AA4C8;
}
.TagClassName
{
border-color: #0AA4C8;
}
</style>