Shades of Pacific Blue #098FD3
Tints of Pacific Blue #098FD3
RGB
CMYK
RGB Variations
Color information
#098FD3 (or 0x098FD3) is known color: Pacific Blue. HEX triplet: 09, 8F and D3. RGB value is (9,143,211). Sum of RGB (Red+Green+Blue) = 9+143+211=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #098FD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FD3 is #F6702C. Grayscale: #6E6E6E. Windows color (decimal): -16150573 or 13864713. OLE color: 13864713.
HSL color Cylindrical-coordinate representation of color #098FD3: hue angle of 200.2º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098FD3 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 143 | 211 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.17 |
| HSL | 200.2º | 0.92% | 0.43% | - |
| HSV(B) | 200.2º | 0.96% | 0.83% | - |
| XYZ | 21.69 | 24.41 | 65.2 | - |
| YUV | 110.69 | 184.61 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 211 | 0.96 | 0.32 | 0 | 0.17 | 200.2 | 0.92 | 0.43 |
| Hex | 9 | 8F | D3 | 60 | 20 | 0 | 11 | C8 | 5C | 2B |
| Octal | 11 | 217 | 323 | 140 | 40 | 0 | 21 | 310 | 134 | 53 |
| Binary | 1001 | 10001111 | 11010011 | 1100000 | 100000 | 0 | 10001 | 11001000 | 1011100 | 101011 |
Color Harmonies of #098FD3
Complementary color
Monochromatic Colors of #098FD3
Black with #098FD3
Text Example
Text Example
White with #098FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FD3; }
p { color: rgb(9,143,211); }
H1.HeaderClassName
{
color: #098FD3;
}
.AnyTagClassName
{
color: #098FD3;
}
</style>
background-color css
<style>
a { background-color: #098FD3; }
a { background-color: rgb(9,143,211); }
div.DivClassName
{
background-color: #098FD3;
}
.BgClassName
{
background-color: #098FD3;
}
</style>
border-color css
<style>
span { border-color: #098FD3; }
span { border-color: rgb(9,143,211); }
td.TdClassName
{
border-color: #098FD3;
}
.TagClassName
{
border-color: #098FD3;
}
</style>