Shades of Pacific Blue #0AA4DB
Tints of Pacific Blue #0AA4DB
RGB
CMYK
RGB Variations
Color information
#0AA4DB (or 0x0AA4DB) is known color: Pacific Blue. HEX triplet: 0A, A4 and DB. RGB value is (10,164,219). Sum of RGB (Red+Green+Blue) = 10+164+219=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AA4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA4DB is #F55B24. Grayscale: #7B7B7B. Windows color (decimal): -16079653 or 14394378. OLE color: 14394378.
HSL color Cylindrical-coordinate representation of color #0AA4DB: hue angle of 195.79º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA4DB is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 164 | 219 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.14 |
| HSL | 195.79º | 0.91% | 0.45% | - |
| HSV(B) | 195.79º | 0.95% | 0.86% | - |
| XYZ | 26.19 | 31.73 | 71.76 | - |
| YUV | 124.22 | 181.48 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 219 | 0.95 | 0.25 | 0 | 0.14 | 195.79 | 0.91 | 0.45 |
| Hex | A | A4 | DB | 5F | 19 | 0 | E | C4 | 5B | 2D |
| Octal | 12 | 244 | 333 | 137 | 31 | 0 | 16 | 304 | 133 | 55 |
| Binary | 1010 | 10100100 | 11011011 | 1011111 | 11001 | 0 | 1110 | 11000100 | 1011011 | 101101 |
Color Harmonies of #0AA4DB
Complementary color
Monochromatic Colors of #0AA4DB
Black with #0AA4DB
Text Example
Text Example
White with #0AA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA4DB; }
p { color: rgb(10,164,219); }
H1.HeaderClassName
{
color: #0AA4DB;
}
.AnyTagClassName
{
color: #0AA4DB;
}
</style>
background-color css
<style>
a { background-color: #0AA4DB; }
a { background-color: rgb(10,164,219); }
div.DivClassName
{
background-color: #0AA4DB;
}
.BgClassName
{
background-color: #0AA4DB;
}
</style>
border-color css
<style>
span { border-color: #0AA4DB; }
span { border-color: rgb(10,164,219); }
td.TdClassName
{
border-color: #0AA4DB;
}
.TagClassName
{
border-color: #0AA4DB;
}
</style>