Shades of Pacific Blue #008DE5
Tints of Pacific Blue #008DE5
RGB
CMYK
RGB Variations
Color information
#008DE5 (or 0x008DE5) is known color: Pacific Blue. HEX triplet: 00, 8D and E5. RGB value is (0,141,229). Sum of RGB (Red+Green+Blue) = 0+141+229=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #008DE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DE5 is #FF721A. Grayscale: #6C6C6C. Windows color (decimal): -16740891 or 15043840. OLE color: 15043840.
HSL color Cylindrical-coordinate representation of color #008DE5: hue angle of 203.06º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DE5 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 141 | 229 | - |
| CMYK | 1 | 0.38 | 0 | 0.10 |
| HSL | 203.06º | 1% | 0.45% | - |
| HSV(B) | 203.06º | 1% | 0.9% | - |
| XYZ | 23.67 | 24.71 | 77.65 | - |
| YUV | 108.87 | 195.79 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 229 | 1 | 0.38 | 0 | 0.10 | 203.06 | 1 | 0.45 |
| Hex | 0 | 8D | E5 | 64 | 26 | 0 | A | CB | 64 | 2D |
| Octal | 0 | 215 | 345 | 144 | 46 | 0 | 12 | 313 | 144 | 55 |
| Binary | 0 | 10001101 | 11100101 | 1100100 | 100110 | 0 | 1010 | 11001011 | 1100100 | 101101 |
Color Harmonies of #008DE5
Complementary color
Monochromatic Colors of #008DE5
Black with #008DE5
Text Example
Text Example
White with #008DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DE5; }
p { color: rgb(0,141,229); }
H1.HeaderClassName
{
color: #008DE5;
}
.AnyTagClassName
{
color: #008DE5;
}
</style>
background-color css
<style>
a { background-color: #008DE5; }
a { background-color: rgb(0,141,229); }
div.DivClassName
{
background-color: #008DE5;
}
.BgClassName
{
background-color: #008DE5;
}
</style>
border-color css
<style>
span { border-color: #008DE5; }
span { border-color: rgb(0,141,229); }
td.TdClassName
{
border-color: #008DE5;
}
.TagClassName
{
border-color: #008DE5;
}
</style>