Shades of Pacific Blue #0A8ECE
Tints of Pacific Blue #0A8ECE
RGB
CMYK
RGB Variations
Color information
#0A8ECE (or 0x0A8ECE) is known color: Pacific Blue. HEX triplet: 0A, 8E and CE. RGB value is (10,142,206). Sum of RGB (Red+Green+Blue) = 10+142+206=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A8ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ECE is #F57131. Grayscale: #6D6D6D. Windows color (decimal): -16085298 or 13536778. OLE color: 13536778.
HSL color Cylindrical-coordinate representation of color #0A8ECE: hue angle of 199.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8ECE is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 142 | 206 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.19 |
| HSL | 199.59º | 0.91% | 0.42% | - |
| HSV(B) | 199.59º | 0.95% | 0.81% | - |
| XYZ | 20.94 | 23.87 | 61.9 | - |
| YUV | 109.83 | 182.27 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 206 | 0.95 | 0.31 | 0 | 0.19 | 199.59 | 0.91 | 0.42 |
| Hex | A | 8E | CE | 5F | 1F | 0 | 13 | C8 | 5B | 2A |
| Octal | 12 | 216 | 316 | 137 | 37 | 0 | 23 | 310 | 133 | 52 |
| Binary | 1010 | 10001110 | 11001110 | 1011111 | 11111 | 0 | 10011 | 11001000 | 1011011 | 101010 |
Color Harmonies of #0A8ECE
Complementary color
Monochromatic Colors of #0A8ECE
Black with #0A8ECE
Text Example
Text Example
White with #0A8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8ECE; }
p { color: rgb(10,142,206); }
H1.HeaderClassName
{
color: #0A8ECE;
}
.AnyTagClassName
{
color: #0A8ECE;
}
</style>
background-color css
<style>
a { background-color: #0A8ECE; }
a { background-color: rgb(10,142,206); }
div.DivClassName
{
background-color: #0A8ECE;
}
.BgClassName
{
background-color: #0A8ECE;
}
</style>
border-color css
<style>
span { border-color: #0A8ECE; }
span { border-color: rgb(10,142,206); }
td.TdClassName
{
border-color: #0A8ECE;
}
.TagClassName
{
border-color: #0A8ECE;
}
</style>