Shades of Pacific Blue #008EDA
Tints of Pacific Blue #008EDA
RGB
CMYK
RGB Variations
Color information
#008EDA (or 0x008EDA) is known color: Pacific Blue. HEX triplet: 00, 8E and DA. RGB value is (0,142,218). Sum of RGB (Red+Green+Blue) = 0+142+218=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #008EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EDA is #FF7125. Grayscale: #6B6B6B. Windows color (decimal): -16740646 or 14323200. OLE color: 14323200.
HSL color Cylindrical-coordinate representation of color #008EDA: hue angle of 200.92º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EDA is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 142 | 218 | - |
| CMYK | 1 | 0.35 | 0 | 0.15 |
| HSL | 200.92º | 1% | 0.43% | - |
| HSV(B) | 200.92º | 1% | 0.85% | - |
| XYZ | 22.33 | 24.41 | 69.86 | - |
| YUV | 108.21 | 189.96 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 218 | 1 | 0.35 | 0 | 0.15 | 200.92 | 1 | 0.43 |
| Hex | 0 | 8E | DA | 64 | 23 | 0 | F | C9 | 64 | 2B |
| Octal | 0 | 216 | 332 | 144 | 43 | 0 | 17 | 311 | 144 | 53 |
| Binary | 0 | 10001110 | 11011010 | 1100100 | 100011 | 0 | 1111 | 11001001 | 1100100 | 101011 |
Color Harmonies of #008EDA
Complementary color
Monochromatic Colors of #008EDA
Black with #008EDA
Text Example
Text Example
White with #008EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EDA; }
p { color: rgb(0,142,218); }
H1.HeaderClassName
{
color: #008EDA;
}
.AnyTagClassName
{
color: #008EDA;
}
</style>
background-color css
<style>
a { background-color: #008EDA; }
a { background-color: rgb(0,142,218); }
div.DivClassName
{
background-color: #008EDA;
}
.BgClassName
{
background-color: #008EDA;
}
</style>
border-color css
<style>
span { border-color: #008EDA; }
span { border-color: rgb(0,142,218); }
td.TdClassName
{
border-color: #008EDA;
}
.TagClassName
{
border-color: #008EDA;
}
</style>