Shades of Pacific Blue #098FE0
Tints of Pacific Blue #098FE0
RGB
CMYK
RGB Variations
Color information
#098FE0 (or 0x098FE0) is known color: Pacific Blue. HEX triplet: 09, 8F and E0. RGB value is (9,143,224). Sum of RGB (Red+Green+Blue) = 9+143+224=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #098FE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FE0 is #F6701F. Grayscale: #6F6F6F. Windows color (decimal): -16150560 or 14716681. OLE color: 14716681.
HSL color Cylindrical-coordinate representation of color #098FE0: hue angle of 202.6º degrees, saturation: 0.92, 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 #098FE0 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 143 | 224 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.12 |
| HSL | 202.6º | 0.92% | 0.46% | - |
| HSV(B) | 202.6º | 0.96% | 0.88% | - |
| XYZ | 23.39 | 25.08 | 74.13 | - |
| YUV | 112.17 | 191.11 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 224 | 0.96 | 0.36 | 0 | 0.12 | 202.6 | 0.92 | 0.46 |
| Hex | 9 | 8F | E0 | 60 | 24 | 0 | C | CB | 5C | 2E |
| Octal | 11 | 217 | 340 | 140 | 44 | 0 | 14 | 313 | 134 | 56 |
| Binary | 1001 | 10001111 | 11100000 | 1100000 | 100100 | 0 | 1100 | 11001011 | 1011100 | 101110 |
Color Harmonies of #098FE0
Complementary color
Monochromatic Colors of #098FE0
Black with #098FE0
Text Example
Text Example
White with #098FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FE0; }
p { color: rgb(9,143,224); }
H1.HeaderClassName
{
color: #098FE0;
}
.AnyTagClassName
{
color: #098FE0;
}
</style>
background-color css
<style>
a { background-color: #098FE0; }
a { background-color: rgb(9,143,224); }
div.DivClassName
{
background-color: #098FE0;
}
.BgClassName
{
background-color: #098FE0;
}
</style>
border-color css
<style>
span { border-color: #098FE0; }
span { border-color: rgb(9,143,224); }
td.TdClassName
{
border-color: #098FE0;
}
.TagClassName
{
border-color: #098FE0;
}
</style>