Shades of Pacific Blue #0A8ECD
Tints of Pacific Blue #0A8ECD
RGB
CMYK
RGB Variations
Color information
#0A8ECD (or 0x0A8ECD) is known color: Pacific Blue. HEX triplet: 0A, 8E and CD. RGB value is (10,142,205). Sum of RGB (Red+Green+Blue) = 10+142+205=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A8ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ECD is #F57132. Grayscale: #6D6D6D. Windows color (decimal): -16085299 or 13471242. OLE color: 13471242.
HSL color Cylindrical-coordinate representation of color #0A8ECD: hue angle of 199.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8ECD is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 142 | 205 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.20 |
| HSL | 199.38º | 0.91% | 0.42% | - |
| HSV(B) | 199.38º | 0.95% | 0.8% | - |
| XYZ | 20.82 | 23.82 | 61.26 | - |
| YUV | 109.71 | 181.77 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 205 | 0.95 | 0.31 | 0 | 0.20 | 199.38 | 0.91 | 0.42 |
| Hex | A | 8E | CD | 5F | 1F | 0 | 14 | C7 | 5B | 2A |
| Octal | 12 | 216 | 315 | 137 | 37 | 0 | 24 | 307 | 133 | 52 |
| Binary | 1010 | 10001110 | 11001101 | 1011111 | 11111 | 0 | 10100 | 11000111 | 1011011 | 101010 |
Color Harmonies of #0A8ECD
Complementary color
Monochromatic Colors of #0A8ECD
Black with #0A8ECD
Text Example
Text Example
White with #0A8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8ECD; }
p { color: rgb(10,142,205); }
H1.HeaderClassName
{
color: #0A8ECD;
}
.AnyTagClassName
{
color: #0A8ECD;
}
</style>
background-color css
<style>
a { background-color: #0A8ECD; }
a { background-color: rgb(10,142,205); }
div.DivClassName
{
background-color: #0A8ECD;
}
.BgClassName
{
background-color: #0A8ECD;
}
</style>
border-color css
<style>
span { border-color: #0A8ECD; }
span { border-color: rgb(10,142,205); }
td.TdClassName
{
border-color: #0A8ECD;
}
.TagClassName
{
border-color: #0A8ECD;
}
</style>