Shades of Pacific Blue #0E9ADA
Tints of Pacific Blue #0E9ADA
RGB
CMYK
RGB Variations
Color information
#0E9ADA (or 0x0E9ADA) is known color: Pacific Blue. HEX triplet: 0E, 9A and DA. RGB value is (14,154,218). Sum of RGB (Red+Green+Blue) = 14+154+218=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E9ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9ADA is #F16525. Grayscale: #777777. Windows color (decimal): -15820070 or 14326286. OLE color: 14326286.
HSL color Cylindrical-coordinate representation of color #0E9ADA: hue angle of 198.82º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E9ADA is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 154 | 218 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.15 |
| HSL | 198.82º | 0.88% | 0.45% | - |
| HSV(B) | 198.82º | 0.94% | 0.85% | - |
| XYZ | 24.39 | 28.27 | 70.5 | - |
| YUV | 119.44 | 183.62 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 154 | 218 | 0.94 | 0.29 | 0 | 0.15 | 198.82 | 0.88 | 0.45 |
| Hex | E | 9A | DA | 5E | 1D | 0 | F | C7 | 58 | 2D |
| Octal | 16 | 232 | 332 | 136 | 35 | 0 | 17 | 307 | 130 | 55 |
| Binary | 1110 | 10011010 | 11011010 | 1011110 | 11101 | 0 | 1111 | 11000111 | 1011000 | 101101 |
Color Harmonies of #0E9ADA
Complementary color
Monochromatic Colors of #0E9ADA
Black with #0E9ADA
Text Example
Text Example
White with #0E9ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9ADA; }
p { color: rgb(14,154,218); }
H1.HeaderClassName
{
color: #0E9ADA;
}
.AnyTagClassName
{
color: #0E9ADA;
}
</style>
background-color css
<style>
a { background-color: #0E9ADA; }
a { background-color: rgb(14,154,218); }
div.DivClassName
{
background-color: #0E9ADA;
}
.BgClassName
{
background-color: #0E9ADA;
}
</style>
border-color css
<style>
span { border-color: #0E9ADA; }
span { border-color: rgb(14,154,218); }
td.TdClassName
{
border-color: #0E9ADA;
}
.TagClassName
{
border-color: #0E9ADA;
}
</style>