Shades of Pacific Blue #088FE1
Tints of Pacific Blue #088FE1
RGB
CMYK
RGB Variations
Color information
#088FE1 (or 0x088FE1) is known color: Pacific Blue. HEX triplet: 08, 8F and E1. RGB value is (8,143,225). Sum of RGB (Red+Green+Blue) = 8+143+225=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #088FE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FE1 is #F7701E. Grayscale: #6F6F6F. Windows color (decimal): -16216095 or 14782216. OLE color: 14782216.
HSL color Cylindrical-coordinate representation of color #088FE1: hue angle of 202.67º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FE1 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 143 | 225 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.12 |
| HSL | 202.67º | 0.93% | 0.46% | - |
| HSV(B) | 202.67º | 0.96% | 0.88% | - |
| XYZ | 23.51 | 25.13 | 74.85 | - |
| YUV | 111.98 | 191.77 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 225 | 0.96 | 0.36 | 0 | 0.12 | 202.67 | 0.93 | 0.46 |
| Hex | 8 | 8F | E1 | 60 | 24 | 0 | C | CB | 5D | 2E |
| Octal | 10 | 217 | 341 | 140 | 44 | 0 | 14 | 313 | 135 | 56 |
| Binary | 1000 | 10001111 | 11100001 | 1100000 | 100100 | 0 | 1100 | 11001011 | 1011101 | 101110 |
Color Harmonies of #088FE1
Complementary color
Monochromatic Colors of #088FE1
Black with #088FE1
Text Example
Text Example
White with #088FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FE1; }
p { color: rgb(8,143,225); }
H1.HeaderClassName
{
color: #088FE1;
}
.AnyTagClassName
{
color: #088FE1;
}
</style>
background-color css
<style>
a { background-color: #088FE1; }
a { background-color: rgb(8,143,225); }
div.DivClassName
{
background-color: #088FE1;
}
.BgClassName
{
background-color: #088FE1;
}
</style>
border-color css
<style>
span { border-color: #088FE1; }
span { border-color: rgb(8,143,225); }
td.TdClassName
{
border-color: #088FE1;
}
.TagClassName
{
border-color: #088FE1;
}
</style>