Shades of Pacific Blue #098ECF
Tints of Pacific Blue #098ECF
RGB
CMYK
RGB Variations
Color information
#098ECF (or 0x098ECF) is known color: Pacific Blue. HEX triplet: 09, 8E and CF. RGB value is (9,142,207). Sum of RGB (Red+Green+Blue) = 9+142+207=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #098ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ECF is #F67130. Grayscale: #6D6D6D. Windows color (decimal): -16150833 or 13602313. OLE color: 13602313.
HSL color Cylindrical-coordinate representation of color #098ECF: hue angle of 199.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098ECF is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 142 | 207 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.19 |
| HSL | 199.7º | 0.92% | 0.42% | - |
| HSV(B) | 199.7º | 0.96% | 0.81% | - |
| XYZ | 21.05 | 23.91 | 62.54 | - |
| YUV | 109.64 | 182.94 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 207 | 0.96 | 0.31 | 0 | 0.19 | 199.7 | 0.92 | 0.42 |
| Hex | 9 | 8E | CF | 60 | 1F | 0 | 13 | C8 | 5C | 2A |
| Octal | 11 | 216 | 317 | 140 | 37 | 0 | 23 | 310 | 134 | 52 |
| Binary | 1001 | 10001110 | 11001111 | 1100000 | 11111 | 0 | 10011 | 11001000 | 1011100 | 101010 |
Color Harmonies of #098ECF
Complementary color
Monochromatic Colors of #098ECF
Black with #098ECF
Text Example
Text Example
White with #098ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ECF; }
p { color: rgb(9,142,207); }
H1.HeaderClassName
{
color: #098ECF;
}
.AnyTagClassName
{
color: #098ECF;
}
</style>
background-color css
<style>
a { background-color: #098ECF; }
a { background-color: rgb(9,142,207); }
div.DivClassName
{
background-color: #098ECF;
}
.BgClassName
{
background-color: #098ECF;
}
</style>
border-color css
<style>
span { border-color: #098ECF; }
span { border-color: rgb(9,142,207); }
td.TdClassName
{
border-color: #098ECF;
}
.TagClassName
{
border-color: #098ECF;
}
</style>