Shades of Pacific Blue #0AA5DA
Tints of Pacific Blue #0AA5DA
RGB
CMYK
RGB Variations
Color information
#0AA5DA (or 0x0AA5DA) is known color: Pacific Blue. HEX triplet: 0A, A5 and DA. RGB value is (10,165,218). Sum of RGB (Red+Green+Blue) = 10+165+218=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AA5DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA5DA is #F55A25. Grayscale: #7C7C7C. Windows color (decimal): -16079398 or 14329098. OLE color: 14329098.
HSL color Cylindrical-coordinate representation of color #0AA5DA: hue angle of 195.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA5DA is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 165 | 218 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.15 |
| HSL | 195.29º | 0.91% | 0.45% | - |
| HSV(B) | 195.29º | 0.95% | 0.85% | - |
| XYZ | 26.24 | 32.04 | 71.13 | - |
| YUV | 124.7 | 180.65 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 218 | 0.95 | 0.24 | 0 | 0.15 | 195.29 | 0.91 | 0.45 |
| Hex | A | A5 | DA | 5F | 18 | 0 | F | C3 | 5B | 2D |
| Octal | 12 | 245 | 332 | 137 | 30 | 0 | 17 | 303 | 133 | 55 |
| Binary | 1010 | 10100101 | 11011010 | 1011111 | 11000 | 0 | 1111 | 11000011 | 1011011 | 101101 |
Color Harmonies of #0AA5DA
Complementary color
Monochromatic Colors of #0AA5DA
Black with #0AA5DA
Text Example
Text Example
White with #0AA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA5DA; }
p { color: rgb(10,165,218); }
H1.HeaderClassName
{
color: #0AA5DA;
}
.AnyTagClassName
{
color: #0AA5DA;
}
</style>
background-color css
<style>
a { background-color: #0AA5DA; }
a { background-color: rgb(10,165,218); }
div.DivClassName
{
background-color: #0AA5DA;
}
.BgClassName
{
background-color: #0AA5DA;
}
</style>
border-color css
<style>
span { border-color: #0AA5DA; }
span { border-color: rgb(10,165,218); }
td.TdClassName
{
border-color: #0AA5DA;
}
.TagClassName
{
border-color: #0AA5DA;
}
</style>