Shades of Pacific Blue #0A8ED0
Tints of Pacific Blue #0A8ED0
RGB
CMYK
RGB Variations
Color information
#0A8ED0 (or 0x0A8ED0) is known color: Pacific Blue. HEX triplet: 0A, 8E and D0. RGB value is (10,142,208). Sum of RGB (Red+Green+Blue) = 10+142+208=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #0A8ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ED0 is #F5712F. Grayscale: #6D6D6D. Windows color (decimal): -16085296 or 13667850. OLE color: 13667850.
HSL color Cylindrical-coordinate representation of color #0A8ED0: hue angle of 200º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8ED0 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 142 | 208 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.18 |
| HSL | 200º | 0.91% | 0.43% | - |
| HSV(B) | 200º | 0.95% | 0.82% | - |
| XYZ | 21.18 | 23.96 | 63.18 | - |
| YUV | 110.06 | 183.27 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 208 | 0.95 | 0.32 | 0 | 0.18 | 200 | 0.91 | 0.43 |
| Hex | A | 8E | D0 | 5F | 20 | 0 | 12 | C8 | 5B | 2B |
| Octal | 12 | 216 | 320 | 137 | 40 | 0 | 22 | 310 | 133 | 53 |
| Binary | 1010 | 10001110 | 11010000 | 1011111 | 100000 | 0 | 10010 | 11001000 | 1011011 | 101011 |
Color Harmonies of #0A8ED0
Complementary color
Monochromatic Colors of #0A8ED0
Black with #0A8ED0
Text Example
Text Example
White with #0A8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8ED0; }
p { color: rgb(10,142,208); }
H1.HeaderClassName
{
color: #0A8ED0;
}
.AnyTagClassName
{
color: #0A8ED0;
}
</style>
background-color css
<style>
a { background-color: #0A8ED0; }
a { background-color: rgb(10,142,208); }
div.DivClassName
{
background-color: #0A8ED0;
}
.BgClassName
{
background-color: #0A8ED0;
}
</style>
border-color css
<style>
span { border-color: #0A8ED0; }
span { border-color: rgb(10,142,208); }
td.TdClassName
{
border-color: #0A8ED0;
}
.TagClassName
{
border-color: #0A8ED0;
}
</style>