Shades of Pacific Blue #098EDF
Tints of Pacific Blue #098EDF
RGB
CMYK
RGB Variations
Color information
#098EDF (or 0x098EDF) is known color: Pacific Blue. HEX triplet: 09, 8E and DF. RGB value is (9,142,223). Sum of RGB (Red+Green+Blue) = 9+142+223=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #098EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EDF is #F67120. Grayscale: #6F6F6F. Windows color (decimal): -16150817 or 14650889. OLE color: 14650889.
HSL color Cylindrical-coordinate representation of color #098EDF: hue angle of 202.71º 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 #098EDF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 142 | 223 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.13 |
| HSL | 202.71º | 0.92% | 0.45% | - |
| HSV(B) | 202.71º | 0.96% | 0.87% | - |
| XYZ | 23.1 | 24.73 | 73.37 | - |
| YUV | 111.47 | 190.94 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 223 | 0.96 | 0.36 | 0 | 0.13 | 202.71 | 0.92 | 0.45 |
| Hex | 9 | 8E | DF | 60 | 24 | 0 | D | CB | 5C | 2D |
| Octal | 11 | 216 | 337 | 140 | 44 | 0 | 15 | 313 | 134 | 55 |
| Binary | 1001 | 10001110 | 11011111 | 1100000 | 100100 | 0 | 1101 | 11001011 | 1011100 | 101101 |
Color Harmonies of #098EDF
Complementary color
Monochromatic Colors of #098EDF
Black with #098EDF
Text Example
Text Example
White with #098EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EDF; }
p { color: rgb(9,142,223); }
H1.HeaderClassName
{
color: #098EDF;
}
.AnyTagClassName
{
color: #098EDF;
}
</style>
background-color css
<style>
a { background-color: #098EDF; }
a { background-color: rgb(9,142,223); }
div.DivClassName
{
background-color: #098EDF;
}
.BgClassName
{
background-color: #098EDF;
}
</style>
border-color css
<style>
span { border-color: #098EDF; }
span { border-color: rgb(9,142,223); }
td.TdClassName
{
border-color: #098EDF;
}
.TagClassName
{
border-color: #098EDF;
}
</style>