Shades of Pacific Blue #0990D8
Tints of Pacific Blue #0990D8
RGB
CMYK
RGB Variations
Color information
#0990D8 (or 0x0990D8) is known color: Pacific Blue. HEX triplet: 09, 90 and D8. RGB value is (9,144,216). Sum of RGB (Red+Green+Blue) = 9+144+216=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #0990D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990D8 is #F66F27. Grayscale: #6F6F6F. Windows color (decimal): -16150312 or 14192649. OLE color: 14192649.
HSL color Cylindrical-coordinate representation of color #0990D8: hue angle of 200.87º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990D8 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 144 | 216 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.15 |
| HSL | 200.87º | 0.92% | 0.44% | - |
| HSV(B) | 200.87º | 0.96% | 0.85% | - |
| XYZ | 22.48 | 24.96 | 68.6 | - |
| YUV | 111.84 | 186.77 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 216 | 0.96 | 0.33 | 0 | 0.15 | 200.87 | 0.92 | 0.44 |
| Hex | 9 | 90 | D8 | 60 | 21 | 0 | F | C9 | 5C | 2C |
| Octal | 11 | 220 | 330 | 140 | 41 | 0 | 17 | 311 | 134 | 54 |
| Binary | 1001 | 10010000 | 11011000 | 1100000 | 100001 | 0 | 1111 | 11001001 | 1011100 | 101100 |
Color Harmonies of #0990D8
Complementary color
Monochromatic Colors of #0990D8
Black with #0990D8
Text Example
Text Example
White with #0990D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990D8; }
p { color: rgb(9,144,216); }
H1.HeaderClassName
{
color: #0990D8;
}
.AnyTagClassName
{
color: #0990D8;
}
</style>
background-color css
<style>
a { background-color: #0990D8; }
a { background-color: rgb(9,144,216); }
div.DivClassName
{
background-color: #0990D8;
}
.BgClassName
{
background-color: #0990D8;
}
</style>
border-color css
<style>
span { border-color: #0990D8; }
span { border-color: rgb(9,144,216); }
td.TdClassName
{
border-color: #0990D8;
}
.TagClassName
{
border-color: #0990D8;
}
</style>