Shades of Pacific Blue #008FE0
Tints of Pacific Blue #008FE0
RGB
CMYK
RGB Variations
Color information
#008FE0 (or 0x008FE0) is known color: Pacific Blue. HEX triplet: 00, 8F and E0. RGB value is (0,143,224). Sum of RGB (Red+Green+Blue) = 0+143+224=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #008FE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FE0 is #FF701F. Grayscale: #6D6D6D. Windows color (decimal): -16740384 or 14716672. OLE color: 14716672.
HSL color Cylindrical-coordinate representation of color #008FE0: hue angle of 201.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FE0 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 143 | 224 | - |
| CMYK | 1 | 0.36 | 0 | 0.12 |
| HSL | 201.7º | 1% | 0.44% | - |
| HSV(B) | 201.7º | 1% | 0.88% | - |
| XYZ | 23.28 | 25.03 | 74.12 | - |
| YUV | 109.48 | 192.62 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 224 | 1 | 0.36 | 0 | 0.12 | 201.7 | 1 | 0.44 |
| Hex | 0 | 8F | E0 | 64 | 24 | 0 | C | CA | 64 | 2C |
| Octal | 0 | 217 | 340 | 144 | 44 | 0 | 14 | 312 | 144 | 54 |
| Binary | 0 | 10001111 | 11100000 | 1100100 | 100100 | 0 | 1100 | 11001010 | 1100100 | 101100 |
Color Harmonies of #008FE0
Complementary color
Monochromatic Colors of #008FE0
Black with #008FE0
Text Example
Text Example
White with #008FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FE0; }
p { color: rgb(0,143,224); }
H1.HeaderClassName
{
color: #008FE0;
}
.AnyTagClassName
{
color: #008FE0;
}
</style>
background-color css
<style>
a { background-color: #008FE0; }
a { background-color: rgb(0,143,224); }
div.DivClassName
{
background-color: #008FE0;
}
.BgClassName
{
background-color: #008FE0;
}
</style>
border-color css
<style>
span { border-color: #008FE0; }
span { border-color: rgb(0,143,224); }
td.TdClassName
{
border-color: #008FE0;
}
.TagClassName
{
border-color: #008FE0;
}
</style>