Shades of Pacific Blue #088FE2
Tints of Pacific Blue #088FE2
RGB
CMYK
RGB Variations
Color information
#088FE2 (or 0x088FE2) is known color: Pacific Blue. HEX triplet: 08, 8F and E2. RGB value is (8,143,226). Sum of RGB (Red+Green+Blue) = 8+143+226=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 226 (88.67% from 255 or 59.95% from 377); Max value from RGB is 226 - color contains mainly: blue. Hex color #088FE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FE2 is #F7701D. Grayscale: #6F6F6F. Windows color (decimal): -16216094 or 14847752. OLE color: 14847752.
HSL color Cylindrical-coordinate representation of color #088FE2: hue angle of 202.84º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FE2 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 143 | 226 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.11 |
| HSL | 202.84º | 0.93% | 0.46% | - |
| HSV(B) | 202.84º | 0.96% | 0.89% | - |
| XYZ | 23.65 | 25.19 | 75.57 | - |
| YUV | 112.1 | 192.27 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 226 | 0.96 | 0.37 | 0 | 0.11 | 202.84 | 0.93 | 0.46 |
| Hex | 8 | 8F | E2 | 60 | 25 | 0 | B | CB | 5D | 2E |
| Octal | 10 | 217 | 342 | 140 | 45 | 0 | 13 | 313 | 135 | 56 |
| Binary | 1000 | 10001111 | 11100010 | 1100000 | 100101 | 0 | 1011 | 11001011 | 1011101 | 101110 |
Color Harmonies of #088FE2
Complementary color
Monochromatic Colors of #088FE2
Black with #088FE2
Text Example
Text Example
White with #088FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FE2; }
p { color: rgb(8,143,226); }
H1.HeaderClassName
{
color: #088FE2;
}
.AnyTagClassName
{
color: #088FE2;
}
</style>
background-color css
<style>
a { background-color: #088FE2; }
a { background-color: rgb(8,143,226); }
div.DivClassName
{
background-color: #088FE2;
}
.BgClassName
{
background-color: #088FE2;
}
</style>
border-color css
<style>
span { border-color: #088FE2; }
span { border-color: rgb(8,143,226); }
td.TdClassName
{
border-color: #088FE2;
}
.TagClassName
{
border-color: #088FE2;
}
</style>