Shades of Pacific Blue #0AA2CA
Tints of Pacific Blue #0AA2CA
RGB
CMYK
RGB Variations
Color information
#0AA2CA (or 0x0AA2CA) is known color: Pacific Blue. HEX triplet: 0A, A2 and CA. RGB value is (10,162,202). Sum of RGB (Red+Green+Blue) = 10+162+202=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #0AA2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA2CA is #F55D35. Grayscale: #787878. Windows color (decimal): -16080182 or 13279754. OLE color: 13279754.
HSL color Cylindrical-coordinate representation of color #0AA2CA: hue angle of 192.5º 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 #0AA2CA is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 162 | 202 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.21 |
| HSL | 192.5º | 0.91% | 0.42% | - |
| HSV(B) | 192.5º | 0.95% | 0.79% | - |
| XYZ | 23.71 | 30.17 | 60.45 | - |
| YUV | 121.11 | 173.64 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 162 | 202 | 0.95 | 0.20 | 0 | 0.21 | 192.5 | 0.91 | 0.42 |
| Hex | A | A2 | CA | 5F | 14 | 0 | 15 | C0 | 5B | 2A |
| Octal | 12 | 242 | 312 | 137 | 24 | 0 | 25 | 300 | 133 | 52 |
| Binary | 1010 | 10100010 | 11001010 | 1011111 | 10100 | 0 | 10101 | 11000000 | 1011011 | 101010 |
Color Harmonies of #0AA2CA
Complementary color
Monochromatic Colors of #0AA2CA
Black with #0AA2CA
Text Example
Text Example
White with #0AA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA2CA; }
p { color: rgb(10,162,202); }
H1.HeaderClassName
{
color: #0AA2CA;
}
.AnyTagClassName
{
color: #0AA2CA;
}
</style>
background-color css
<style>
a { background-color: #0AA2CA; }
a { background-color: rgb(10,162,202); }
div.DivClassName
{
background-color: #0AA2CA;
}
.BgClassName
{
background-color: #0AA2CA;
}
</style>
border-color css
<style>
span { border-color: #0AA2CA; }
span { border-color: rgb(10,162,202); }
td.TdClassName
{
border-color: #0AA2CA;
}
.TagClassName
{
border-color: #0AA2CA;
}
</style>