Shades of Pacific Blue #098CE0
Tints of Pacific Blue #098CE0
RGB
CMYK
RGB Variations
Color information
#098CE0 (or 0x098CE0) is known color: Pacific Blue. HEX triplet: 09, 8C and E0. RGB value is (9,140,224). Sum of RGB (Red+Green+Blue) = 9+140+224=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #098CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CE0 is #F6731F. Grayscale: #6D6D6D. Windows color (decimal): -16151328 or 14715913. OLE color: 14715913.
HSL color Cylindrical-coordinate representation of color #098CE0: hue angle of 203.44º 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 #098CE0 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 140 | 224 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.12 |
| HSL | 203.44º | 0.92% | 0.46% | - |
| HSV(B) | 203.44º | 0.96% | 0.88% | - |
| XYZ | 22.95 | 24.2 | 73.98 | - |
| YUV | 110.41 | 192.1 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 224 | 0.96 | 0.38 | 0 | 0.12 | 203.44 | 0.92 | 0.46 |
| Hex | 9 | 8C | E0 | 60 | 26 | 0 | C | CB | 5C | 2E |
| Octal | 11 | 214 | 340 | 140 | 46 | 0 | 14 | 313 | 134 | 56 |
| Binary | 1001 | 10001100 | 11100000 | 1100000 | 100110 | 0 | 1100 | 11001011 | 1011100 | 101110 |
Color Harmonies of #098CE0
Complementary color
Monochromatic Colors of #098CE0
Black with #098CE0
Text Example
Text Example
White with #098CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CE0; }
p { color: rgb(9,140,224); }
H1.HeaderClassName
{
color: #098CE0;
}
.AnyTagClassName
{
color: #098CE0;
}
</style>
background-color css
<style>
a { background-color: #098CE0; }
a { background-color: rgb(9,140,224); }
div.DivClassName
{
background-color: #098CE0;
}
.BgClassName
{
background-color: #098CE0;
}
</style>
border-color css
<style>
span { border-color: #098CE0; }
span { border-color: rgb(9,140,224); }
td.TdClassName
{
border-color: #098CE0;
}
.TagClassName
{
border-color: #098CE0;
}
</style>