Shades of Pacific Blue #0990DA
Tints of Pacific Blue #0990DA
RGB
CMYK
RGB Variations
Color information
#0990DA (or 0x0990DA) is known color: Pacific Blue. HEX triplet: 09, 90 and DA. RGB value is (9,144,218). Sum of RGB (Red+Green+Blue) = 9+144+218=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #0990DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990DA is #F66F25. Grayscale: #6F6F6F. Windows color (decimal): -16150310 or 14323721. OLE color: 14323721.
HSL color Cylindrical-coordinate representation of color #0990DA: hue angle of 201.24º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990DA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 144 | 218 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.15 |
| HSL | 201.24º | 0.92% | 0.45% | - |
| HSV(B) | 201.24º | 0.96% | 0.85% | - |
| XYZ | 22.74 | 25.07 | 69.97 | - |
| YUV | 112.07 | 187.77 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 218 | 0.96 | 0.34 | 0 | 0.15 | 201.24 | 0.92 | 0.45 |
| Hex | 9 | 90 | DA | 60 | 22 | 0 | F | C9 | 5C | 2D |
| Octal | 11 | 220 | 332 | 140 | 42 | 0 | 17 | 311 | 134 | 55 |
| Binary | 1001 | 10010000 | 11011010 | 1100000 | 100010 | 0 | 1111 | 11001001 | 1011100 | 101101 |
Color Harmonies of #0990DA
Complementary color
Monochromatic Colors of #0990DA
Black with #0990DA
Text Example
Text Example
White with #0990DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990DA; }
p { color: rgb(9,144,218); }
H1.HeaderClassName
{
color: #0990DA;
}
.AnyTagClassName
{
color: #0990DA;
}
</style>
background-color css
<style>
a { background-color: #0990DA; }
a { background-color: rgb(9,144,218); }
div.DivClassName
{
background-color: #0990DA;
}
.BgClassName
{
background-color: #0990DA;
}
</style>
border-color css
<style>
span { border-color: #0990DA; }
span { border-color: rgb(9,144,218); }
td.TdClassName
{
border-color: #0990DA;
}
.TagClassName
{
border-color: #0990DA;
}
</style>