Shades of Pacific Blue #098EDD
Tints of Pacific Blue #098EDD
RGB
CMYK
RGB Variations
Color information
#098EDD (or 0x098EDD) is known color: Pacific Blue. HEX triplet: 09, 8E and DD. RGB value is (9,142,221). Sum of RGB (Red+Green+Blue) = 9+142+221=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #098EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EDD is #F67122. Grayscale: #6E6E6E. Windows color (decimal): -16150819 or 14519817. OLE color: 14519817.
HSL color Cylindrical-coordinate representation of color #098EDD: hue angle of 202.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098EDD is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 142 | 221 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.13 |
| HSL | 202.36º | 0.92% | 0.45% | - |
| HSV(B) | 202.36º | 0.96% | 0.87% | - |
| XYZ | 22.84 | 24.62 | 71.96 | - |
| YUV | 111.24 | 189.94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 221 | 0.96 | 0.36 | 0 | 0.13 | 202.36 | 0.92 | 0.45 |
| Hex | 9 | 8E | DD | 60 | 24 | 0 | D | CA | 5C | 2D |
| Octal | 11 | 216 | 335 | 140 | 44 | 0 | 15 | 312 | 134 | 55 |
| Binary | 1001 | 10001110 | 11011101 | 1100000 | 100100 | 0 | 1101 | 11001010 | 1011100 | 101101 |
Color Harmonies of #098EDD
Complementary color
Monochromatic Colors of #098EDD
Black with #098EDD
Text Example
Text Example
White with #098EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EDD; }
p { color: rgb(9,142,221); }
H1.HeaderClassName
{
color: #098EDD;
}
.AnyTagClassName
{
color: #098EDD;
}
</style>
background-color css
<style>
a { background-color: #098EDD; }
a { background-color: rgb(9,142,221); }
div.DivClassName
{
background-color: #098EDD;
}
.BgClassName
{
background-color: #098EDD;
}
</style>
border-color css
<style>
span { border-color: #098EDD; }
span { border-color: rgb(9,142,221); }
td.TdClassName
{
border-color: #098EDD;
}
.TagClassName
{
border-color: #098EDD;
}
</style>