Shades of Pacific Blue #0E9BCA
Tints of Pacific Blue #0E9BCA
RGB
CMYK
RGB Variations
Color information
#0E9BCA (or 0x0E9BCA) is known color: Pacific Blue. HEX triplet: 0E, 9B and CA. RGB value is (14,155,202). Sum of RGB (Red+Green+Blue) = 14+155+202=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E9BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9BCA is #F16435. Grayscale: #757575. Windows color (decimal): -15819830 or 13277966. OLE color: 13277966.
HSL color Cylindrical-coordinate representation of color #0E9BCA: hue angle of 195º 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 #0E9BCA is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 155 | 202 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.21 |
| HSL | 195º | 0.87% | 0.42% | - |
| HSV(B) | 195º | 0.93% | 0.79% | - |
| XYZ | 22.56 | 27.8 | 60.05 | - |
| YUV | 118.2 | 175.29 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 202 | 0.93 | 0.23 | 0 | 0.21 | 195 | 0.87 | 0.42 |
| Hex | E | 9B | CA | 5D | 17 | 0 | 15 | C3 | 57 | 2A |
| Octal | 16 | 233 | 312 | 135 | 27 | 0 | 25 | 303 | 127 | 52 |
| Binary | 1110 | 10011011 | 11001010 | 1011101 | 10111 | 0 | 10101 | 11000011 | 1010111 | 101010 |
Color Harmonies of #0E9BCA
Complementary color
Monochromatic Colors of #0E9BCA
Black with #0E9BCA
Text Example
Text Example
White with #0E9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9BCA; }
p { color: rgb(14,155,202); }
H1.HeaderClassName
{
color: #0E9BCA;
}
.AnyTagClassName
{
color: #0E9BCA;
}
</style>
background-color css
<style>
a { background-color: #0E9BCA; }
a { background-color: rgb(14,155,202); }
div.DivClassName
{
background-color: #0E9BCA;
}
.BgClassName
{
background-color: #0E9BCA;
}
</style>
border-color css
<style>
span { border-color: #0E9BCA; }
span { border-color: rgb(14,155,202); }
td.TdClassName
{
border-color: #0E9BCA;
}
.TagClassName
{
border-color: #0E9BCA;
}
</style>