Shades of Pacific Blue #008BE0
Tints of Pacific Blue #008BE0
RGB
CMYK
RGB Variations
Color information
#008BE0 (or 0x008BE0) is known color: Pacific Blue. HEX triplet: 00, 8B and E0. RGB value is (0,139,224). Sum of RGB (Red+Green+Blue) = 0+139+224=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #008BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BE0 is #FF741F. Grayscale: #6A6A6A. Windows color (decimal): -16741408 or 14715648. OLE color: 14715648.
HSL color Cylindrical-coordinate representation of color #008BE0: hue angle of 202.77º 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 #008BE0 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 139 | 224 | - |
| CMYK | 1 | 0.38 | 0 | 0.12 |
| HSL | 202.77º | 1% | 0.44% | - |
| HSV(B) | 202.77º | 1% | 0.88% | - |
| XYZ | 22.69 | 23.85 | 73.93 | - |
| YUV | 107.13 | 193.95 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 224 | 1 | 0.38 | 0 | 0.12 | 202.77 | 1 | 0.44 |
| Hex | 0 | 8B | E0 | 64 | 26 | 0 | C | CB | 64 | 2C |
| Octal | 0 | 213 | 340 | 144 | 46 | 0 | 14 | 313 | 144 | 54 |
| Binary | 0 | 10001011 | 11100000 | 1100100 | 100110 | 0 | 1100 | 11001011 | 1100100 | 101100 |
Color Harmonies of #008BE0
Complementary color
Monochromatic Colors of #008BE0
Black with #008BE0
Text Example
Text Example
White with #008BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BE0; }
p { color: rgb(0,139,224); }
H1.HeaderClassName
{
color: #008BE0;
}
.AnyTagClassName
{
color: #008BE0;
}
</style>
background-color css
<style>
a { background-color: #008BE0; }
a { background-color: rgb(0,139,224); }
div.DivClassName
{
background-color: #008BE0;
}
.BgClassName
{
background-color: #008BE0;
}
</style>
border-color css
<style>
span { border-color: #008BE0; }
span { border-color: rgb(0,139,224); }
td.TdClassName
{
border-color: #008BE0;
}
.TagClassName
{
border-color: #008BE0;
}
</style>