Shades of Pacific Blue #098ECB
Tints of Pacific Blue #098ECB
RGB
CMYK
RGB Variations
Color information
#098ECB (or 0x098ECB) is known color: Pacific Blue. HEX triplet: 09, 8E and CB. RGB value is (9,142,203). Sum of RGB (Red+Green+Blue) = 9+142+203=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #098ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ECB is #F67134. Grayscale: #6C6C6C. Windows color (decimal): -16150837 or 13340169. OLE color: 13340169.
HSL color Cylindrical-coordinate representation of color #098ECB: hue angle of 198.87º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098ECB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 142 | 203 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.20 |
| HSL | 198.87º | 0.92% | 0.42% | - |
| HSV(B) | 198.87º | 0.96% | 0.8% | - |
| XYZ | 20.57 | 23.72 | 59.99 | - |
| YUV | 109.19 | 180.94 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 203 | 0.96 | 0.30 | 0 | 0.20 | 198.87 | 0.92 | 0.42 |
| Hex | 9 | 8E | CB | 60 | 1E | 0 | 14 | C7 | 5C | 2A |
| Octal | 11 | 216 | 313 | 140 | 36 | 0 | 24 | 307 | 134 | 52 |
| Binary | 1001 | 10001110 | 11001011 | 1100000 | 11110 | 0 | 10100 | 11000111 | 1011100 | 101010 |
Color Harmonies of #098ECB
Complementary color
Monochromatic Colors of #098ECB
Black with #098ECB
Text Example
Text Example
White with #098ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ECB; }
p { color: rgb(9,142,203); }
H1.HeaderClassName
{
color: #098ECB;
}
.AnyTagClassName
{
color: #098ECB;
}
</style>
background-color css
<style>
a { background-color: #098ECB; }
a { background-color: rgb(9,142,203); }
div.DivClassName
{
background-color: #098ECB;
}
.BgClassName
{
background-color: #098ECB;
}
</style>
border-color css
<style>
span { border-color: #098ECB; }
span { border-color: rgb(9,142,203); }
td.TdClassName
{
border-color: #098ECB;
}
.TagClassName
{
border-color: #098ECB;
}
</style>