Shades of Pacific Blue #0A8ECA
Tints of Pacific Blue #0A8ECA
RGB
CMYK
RGB Variations
Color information
#0A8ECA (or 0x0A8ECA) is known color: Pacific Blue. HEX triplet: 0A, 8E and CA. RGB value is (10,142,202). Sum of RGB (Red+Green+Blue) = 10+142+202=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A8ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ECA is #F57135. Grayscale: #6D6D6D. Windows color (decimal): -16085302 or 13274634. OLE color: 13274634.
HSL color Cylindrical-coordinate representation of color #0A8ECA: hue angle of 198.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8ECA is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 142 | 202 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.21 |
| HSL | 198.75º | 0.91% | 0.42% | - |
| HSV(B) | 198.75º | 0.95% | 0.79% | - |
| XYZ | 20.46 | 23.67 | 59.37 | - |
| YUV | 109.37 | 180.27 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 202 | 0.95 | 0.30 | 0 | 0.21 | 198.75 | 0.91 | 0.42 |
| Hex | A | 8E | CA | 5F | 1E | 0 | 15 | C7 | 5B | 2A |
| Octal | 12 | 216 | 312 | 137 | 36 | 0 | 25 | 307 | 133 | 52 |
| Binary | 1010 | 10001110 | 11001010 | 1011111 | 11110 | 0 | 10101 | 11000111 | 1011011 | 101010 |
Color Harmonies of #0A8ECA
Complementary color
Monochromatic Colors of #0A8ECA
Black with #0A8ECA
Text Example
Text Example
White with #0A8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8ECA; }
p { color: rgb(10,142,202); }
H1.HeaderClassName
{
color: #0A8ECA;
}
.AnyTagClassName
{
color: #0A8ECA;
}
</style>
background-color css
<style>
a { background-color: #0A8ECA; }
a { background-color: rgb(10,142,202); }
div.DivClassName
{
background-color: #0A8ECA;
}
.BgClassName
{
background-color: #0A8ECA;
}
</style>
border-color css
<style>
span { border-color: #0A8ECA; }
span { border-color: rgb(10,142,202); }
td.TdClassName
{
border-color: #0A8ECA;
}
.TagClassName
{
border-color: #0A8ECA;
}
</style>