Shades of Pacific Blue #098EDC
Tints of Pacific Blue #098EDC
RGB
CMYK
RGB Variations
Color information
#098EDC (or 0x098EDC) is known color: Pacific Blue. HEX triplet: 09, 8E and DC. RGB value is (9,142,220). Sum of RGB (Red+Green+Blue) = 9+142+220=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #098EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EDC is #F67123. Grayscale: #6E6E6E. Windows color (decimal): -16150820 or 14454281. OLE color: 14454281.
HSL color Cylindrical-coordinate representation of color #098EDC: hue angle of 202.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098EDC is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 142 | 220 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.14 |
| HSL | 202.18º | 0.92% | 0.45% | - |
| HSV(B) | 202.18º | 0.96% | 0.86% | - |
| XYZ | 22.7 | 24.57 | 71.26 | - |
| YUV | 111.13 | 189.44 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 220 | 0.96 | 0.35 | 0 | 0.14 | 202.18 | 0.92 | 0.45 |
| Hex | 9 | 8E | DC | 60 | 23 | 0 | E | CA | 5C | 2D |
| Octal | 11 | 216 | 334 | 140 | 43 | 0 | 16 | 312 | 134 | 55 |
| Binary | 1001 | 10001110 | 11011100 | 1100000 | 100011 | 0 | 1110 | 11001010 | 1011100 | 101101 |
Color Harmonies of #098EDC
Complementary color
Monochromatic Colors of #098EDC
Black with #098EDC
Text Example
Text Example
White with #098EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EDC; }
p { color: rgb(9,142,220); }
H1.HeaderClassName
{
color: #098EDC;
}
.AnyTagClassName
{
color: #098EDC;
}
</style>
background-color css
<style>
a { background-color: #098EDC; }
a { background-color: rgb(9,142,220); }
div.DivClassName
{
background-color: #098EDC;
}
.BgClassName
{
background-color: #098EDC;
}
</style>
border-color css
<style>
span { border-color: #098EDC; }
span { border-color: rgb(9,142,220); }
td.TdClassName
{
border-color: #098EDC;
}
.TagClassName
{
border-color: #098EDC;
}
</style>