Shades of Pacific Blue #0EA5CA
Tints of Pacific Blue #0EA5CA
RGB
CMYK
RGB Variations
Color information
#0EA5CA (or 0x0EA5CA) is known color: Pacific Blue. HEX triplet: 0E, A5 and CA. RGB value is (14,165,202). Sum of RGB (Red+Green+Blue) = 14+165+202=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #0EA5CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA5CA is #F15A35. Grayscale: #7B7B7B. Windows color (decimal): -15817270 or 13280526. OLE color: 13280526.
HSL color Cylindrical-coordinate representation of color #0EA5CA: hue angle of 191.81º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA5CA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 165 | 202 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.21 |
| HSL | 191.81º | 0.87% | 0.42% | - |
| HSV(B) | 191.81º | 0.93% | 0.79% | - |
| XYZ | 24.3 | 31.27 | 60.63 | - |
| YUV | 124.07 | 171.97 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 165 | 202 | 0.93 | 0.18 | 0 | 0.21 | 191.81 | 0.87 | 0.42 |
| Hex | E | A5 | CA | 5D | 12 | 0 | 15 | C0 | 57 | 2A |
| Octal | 16 | 245 | 312 | 135 | 22 | 0 | 25 | 300 | 127 | 52 |
| Binary | 1110 | 10100101 | 11001010 | 1011101 | 10010 | 0 | 10101 | 11000000 | 1010111 | 101010 |
Color Harmonies of #0EA5CA
Complementary color
Monochromatic Colors of #0EA5CA
Black with #0EA5CA
Text Example
Text Example
White with #0EA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA5CA; }
p { color: rgb(14,165,202); }
H1.HeaderClassName
{
color: #0EA5CA;
}
.AnyTagClassName
{
color: #0EA5CA;
}
</style>
background-color css
<style>
a { background-color: #0EA5CA; }
a { background-color: rgb(14,165,202); }
div.DivClassName
{
background-color: #0EA5CA;
}
.BgClassName
{
background-color: #0EA5CA;
}
</style>
border-color css
<style>
span { border-color: #0EA5CA; }
span { border-color: rgb(14,165,202); }
td.TdClassName
{
border-color: #0EA5CA;
}
.TagClassName
{
border-color: #0EA5CA;
}
</style>