Shades of Pacific Blue #098FDD
Tints of Pacific Blue #098FDD
RGB
CMYK
RGB Variations
Color information
#098FDD (or 0x098FDD) is known color: Pacific Blue. HEX triplet: 09, 8F and DD. RGB value is (9,143,221). Sum of RGB (Red+Green+Blue) = 9+143+221=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #098FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FDD is #F67022. Grayscale: #6F6F6F. Windows color (decimal): -16150563 or 14520073. OLE color: 14520073.
HSL color Cylindrical-coordinate representation of color #098FDD: hue angle of 202.08º 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 #098FDD is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 143 | 221 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.13 |
| HSL | 202.08º | 0.92% | 0.45% | - |
| HSV(B) | 202.08º | 0.96% | 0.87% | - |
| XYZ | 22.99 | 24.92 | 72.01 | - |
| YUV | 111.83 | 189.61 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 221 | 0.96 | 0.35 | 0 | 0.13 | 202.08 | 0.92 | 0.45 |
| Hex | 9 | 8F | DD | 60 | 23 | 0 | D | CA | 5C | 2D |
| Octal | 11 | 217 | 335 | 140 | 43 | 0 | 15 | 312 | 134 | 55 |
| Binary | 1001 | 10001111 | 11011101 | 1100000 | 100011 | 0 | 1101 | 11001010 | 1011100 | 101101 |
Color Harmonies of #098FDD
Complementary color
Monochromatic Colors of #098FDD
Black with #098FDD
Text Example
Text Example
White with #098FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FDD; }
p { color: rgb(9,143,221); }
H1.HeaderClassName
{
color: #098FDD;
}
.AnyTagClassName
{
color: #098FDD;
}
</style>
background-color css
<style>
a { background-color: #098FDD; }
a { background-color: rgb(9,143,221); }
div.DivClassName
{
background-color: #098FDD;
}
.BgClassName
{
background-color: #098FDD;
}
</style>
border-color css
<style>
span { border-color: #098FDD; }
span { border-color: rgb(9,143,221); }
td.TdClassName
{
border-color: #098FDD;
}
.TagClassName
{
border-color: #098FDD;
}
</style>