Shades of Pacific Blue #0AA0CA
Tints of Pacific Blue #0AA0CA
RGB
CMYK
RGB Variations
Color information
#0AA0CA (or 0x0AA0CA) is known color: Pacific Blue. HEX triplet: 0A, A0 and CA. RGB value is (10,160,202). Sum of RGB (Red+Green+Blue) = 10+160+202=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #0AA0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA0CA is #F55F35. Grayscale: #777777. Windows color (decimal): -16080694 or 13279242. OLE color: 13279242.
HSL color Cylindrical-coordinate representation of color #0AA0CA: hue angle of 193.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA0CA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 160 | 202 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.21 |
| HSL | 193.13º | 0.91% | 0.42% | - |
| HSV(B) | 193.13º | 0.95% | 0.79% | - |
| XYZ | 23.36 | 29.47 | 60.33 | - |
| YUV | 119.94 | 174.31 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 202 | 0.95 | 0.21 | 0 | 0.21 | 193.13 | 0.91 | 0.42 |
| Hex | A | A0 | CA | 5F | 15 | 0 | 15 | C1 | 5B | 2A |
| Octal | 12 | 240 | 312 | 137 | 25 | 0 | 25 | 301 | 133 | 52 |
| Binary | 1010 | 10100000 | 11001010 | 1011111 | 10101 | 0 | 10101 | 11000001 | 1011011 | 101010 |
Color Harmonies of #0AA0CA
Complementary color
Monochromatic Colors of #0AA0CA
Black with #0AA0CA
Text Example
Text Example
White with #0AA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA0CA; }
p { color: rgb(10,160,202); }
H1.HeaderClassName
{
color: #0AA0CA;
}
.AnyTagClassName
{
color: #0AA0CA;
}
</style>
background-color css
<style>
a { background-color: #0AA0CA; }
a { background-color: rgb(10,160,202); }
div.DivClassName
{
background-color: #0AA0CA;
}
.BgClassName
{
background-color: #0AA0CA;
}
</style>
border-color css
<style>
span { border-color: #0AA0CA; }
span { border-color: rgb(10,160,202); }
td.TdClassName
{
border-color: #0AA0CA;
}
.TagClassName
{
border-color: #0AA0CA;
}
</style>