Shades of Pacific Blue #0AA2DD
Tints of Pacific Blue #0AA2DD
RGB
CMYK
RGB Variations
Color information
#0AA2DD (or 0x0AA2DD) is known color: Pacific Blue. HEX triplet: 0A, A2 and DD. RGB value is (10,162,221). Sum of RGB (Red+Green+Blue) = 10+162+221=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AA2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA2DD is #F55D22. Grayscale: #7A7A7A. Windows color (decimal): -16080163 or 14524938. OLE color: 14524938.
HSL color Cylindrical-coordinate representation of color #0AA2DD: hue angle of 196.78º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA2DD is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 162 | 221 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.13 |
| HSL | 196.78º | 0.91% | 0.45% | - |
| HSV(B) | 196.78º | 0.95% | 0.87% | - |
| XYZ | 26.1 | 31.13 | 73.04 | - |
| YUV | 123.28 | 183.14 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 162 | 221 | 0.95 | 0.27 | 0 | 0.13 | 196.78 | 0.91 | 0.45 |
| Hex | A | A2 | DD | 5F | 1B | 0 | D | C5 | 5B | 2D |
| Octal | 12 | 242 | 335 | 137 | 33 | 0 | 15 | 305 | 133 | 55 |
| Binary | 1010 | 10100010 | 11011101 | 1011111 | 11011 | 0 | 1101 | 11000101 | 1011011 | 101101 |
Color Harmonies of #0AA2DD
Complementary color
Monochromatic Colors of #0AA2DD
Black with #0AA2DD
Text Example
Text Example
White with #0AA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA2DD; }
p { color: rgb(10,162,221); }
H1.HeaderClassName
{
color: #0AA2DD;
}
.AnyTagClassName
{
color: #0AA2DD;
}
</style>
background-color css
<style>
a { background-color: #0AA2DD; }
a { background-color: rgb(10,162,221); }
div.DivClassName
{
background-color: #0AA2DD;
}
.BgClassName
{
background-color: #0AA2DD;
}
</style>
border-color css
<style>
span { border-color: #0AA2DD; }
span { border-color: rgb(10,162,221); }
td.TdClassName
{
border-color: #0AA2DD;
}
.TagClassName
{
border-color: #0AA2DD;
}
</style>