Shades of Pacific Blue #098FE1
Tints of Pacific Blue #098FE1
RGB
CMYK
RGB Variations
Color information
#098FE1 (or 0x098FE1) is known color: Pacific Blue. HEX triplet: 09, 8F and E1. RGB value is (9,143,225). Sum of RGB (Red+Green+Blue) = 9+143+225=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #098FE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FE1 is #F6701E. Grayscale: #6F6F6F. Windows color (decimal): -16150559 or 14782217. OLE color: 14782217.
HSL color Cylindrical-coordinate representation of color #098FE1: hue angle of 202.78º 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 #098FE1 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 143 | 225 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.12 |
| HSL | 202.78º | 0.92% | 0.46% | - |
| HSV(B) | 202.78º | 0.96% | 0.88% | - |
| XYZ | 23.53 | 25.14 | 74.85 | - |
| YUV | 112.28 | 191.61 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 225 | 0.96 | 0.36 | 0 | 0.12 | 202.78 | 0.92 | 0.46 |
| Hex | 9 | 8F | E1 | 60 | 24 | 0 | C | CB | 5C | 2E |
| Octal | 11 | 217 | 341 | 140 | 44 | 0 | 14 | 313 | 134 | 56 |
| Binary | 1001 | 10001111 | 11100001 | 1100000 | 100100 | 0 | 1100 | 11001011 | 1011100 | 101110 |
Color Harmonies of #098FE1
Complementary color
Monochromatic Colors of #098FE1
Black with #098FE1
Text Example
Text Example
White with #098FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FE1; }
p { color: rgb(9,143,225); }
H1.HeaderClassName
{
color: #098FE1;
}
.AnyTagClassName
{
color: #098FE1;
}
</style>
background-color css
<style>
a { background-color: #098FE1; }
a { background-color: rgb(9,143,225); }
div.DivClassName
{
background-color: #098FE1;
}
.BgClassName
{
background-color: #098FE1;
}
</style>
border-color css
<style>
span { border-color: #098FE1; }
span { border-color: rgb(9,143,225); }
td.TdClassName
{
border-color: #098FE1;
}
.TagClassName
{
border-color: #098FE1;
}
</style>