Shades of Pacific Blue #008EDD
Tints of Pacific Blue #008EDD
RGB
CMYK
RGB Variations
Color information
#008EDD (or 0x008EDD) is known color: Pacific Blue. HEX triplet: 00, 8E and DD. RGB value is (0,142,221). Sum of RGB (Red+Green+Blue) = 0+142+221=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #008EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EDD is #FF7122. Grayscale: #6C6C6C. Windows color (decimal): -16740643 or 14519808. OLE color: 14519808.
HSL color Cylindrical-coordinate representation of color #008EDD: hue angle of 201.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EDD is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 142 | 221 | - |
| CMYK | 1 | 0.36 | 0 | 0.13 |
| HSL | 201.45º | 1% | 0.43% | - |
| HSV(B) | 201.45º | 1% | 0.87% | - |
| XYZ | 22.72 | 24.57 | 71.95 | - |
| YUV | 108.55 | 191.46 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 221 | 1 | 0.36 | 0 | 0.13 | 201.45 | 1 | 0.43 |
| Hex | 0 | 8E | DD | 64 | 24 | 0 | D | C9 | 64 | 2B |
| Octal | 0 | 216 | 335 | 144 | 44 | 0 | 15 | 311 | 144 | 53 |
| Binary | 0 | 10001110 | 11011101 | 1100100 | 100100 | 0 | 1101 | 11001001 | 1100100 | 101011 |
Color Harmonies of #008EDD
Complementary color
Monochromatic Colors of #008EDD
Black with #008EDD
Text Example
Text Example
White with #008EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EDD; }
p { color: rgb(0,142,221); }
H1.HeaderClassName
{
color: #008EDD;
}
.AnyTagClassName
{
color: #008EDD;
}
</style>
background-color css
<style>
a { background-color: #008EDD; }
a { background-color: rgb(0,142,221); }
div.DivClassName
{
background-color: #008EDD;
}
.BgClassName
{
background-color: #008EDD;
}
</style>
border-color css
<style>
span { border-color: #008EDD; }
span { border-color: rgb(0,142,221); }
td.TdClassName
{
border-color: #008EDD;
}
.TagClassName
{
border-color: #008EDD;
}
</style>