Shades of Pacific Blue #0A8EDE
Tints of Pacific Blue #0A8EDE
RGB
CMYK
RGB Variations
Color information
#0A8EDE (or 0x0A8EDE) is known color: Pacific Blue. HEX triplet: 0A, 8E and DE. RGB value is (10,142,222). Sum of RGB (Red+Green+Blue) = 10+142+222=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A8EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8EDE is #F57121. Grayscale: #6F6F6F. Windows color (decimal): -16085282 or 14585354. OLE color: 14585354.
HSL color Cylindrical-coordinate representation of color #0A8EDE: hue angle of 202.64º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8EDE is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 142 | 222 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.13 |
| HSL | 202.64º | 0.91% | 0.45% | - |
| HSV(B) | 202.64º | 0.95% | 0.87% | - |
| XYZ | 22.98 | 24.68 | 72.66 | - |
| YUV | 111.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 222 | 0.95 | 0.36 | 0 | 0.13 | 202.64 | 0.91 | 0.45 |
| Hex | A | 8E | DE | 5F | 24 | 0 | D | CB | 5B | 2D |
| Octal | 12 | 216 | 336 | 137 | 44 | 0 | 15 | 313 | 133 | 55 |
| Binary | 1010 | 10001110 | 11011110 | 1011111 | 100100 | 0 | 1101 | 11001011 | 1011011 | 101101 |
Color Harmonies of #0A8EDE
Complementary color
Monochromatic Colors of #0A8EDE
Black with #0A8EDE
Text Example
Text Example
White with #0A8EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8EDE; }
p { color: rgb(10,142,222); }
H1.HeaderClassName
{
color: #0A8EDE;
}
.AnyTagClassName
{
color: #0A8EDE;
}
</style>
background-color css
<style>
a { background-color: #0A8EDE; }
a { background-color: rgb(10,142,222); }
div.DivClassName
{
background-color: #0A8EDE;
}
.BgClassName
{
background-color: #0A8EDE;
}
</style>
border-color css
<style>
span { border-color: #0A8EDE; }
span { border-color: rgb(10,142,222); }
td.TdClassName
{
border-color: #0A8EDE;
}
.TagClassName
{
border-color: #0A8EDE;
}
</style>