Shades of Pacific Blue #0990CD
Tints of Pacific Blue #0990CD
RGB
CMYK
RGB Variations
Color information
#0990CD (or 0x0990CD) is known color: Pacific Blue. HEX triplet: 09, 90 and CD. RGB value is (9,144,205). Sum of RGB (Red+Green+Blue) = 9+144+205=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #0990CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990CD is #F66F32. Grayscale: #6E6E6E. Windows color (decimal): -16150323 or 13471753. OLE color: 13471753.
HSL color Cylindrical-coordinate representation of color #0990CD: hue angle of 198.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990CD is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 144 | 205 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.20 |
| HSL | 198.67º | 0.92% | 0.42% | - |
| HSV(B) | 198.67º | 0.96% | 0.8% | - |
| XYZ | 21.11 | 24.41 | 61.36 | - |
| YUV | 110.59 | 181.27 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 205 | 0.96 | 0.30 | 0 | 0.20 | 198.67 | 0.92 | 0.42 |
| Hex | 9 | 90 | CD | 60 | 1E | 0 | 14 | C7 | 5C | 2A |
| Octal | 11 | 220 | 315 | 140 | 36 | 0 | 24 | 307 | 134 | 52 |
| Binary | 1001 | 10010000 | 11001101 | 1100000 | 11110 | 0 | 10100 | 11000111 | 1011100 | 101010 |
Color Harmonies of #0990CD
Complementary color
Monochromatic Colors of #0990CD
Black with #0990CD
Text Example
Text Example
White with #0990CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990CD; }
p { color: rgb(9,144,205); }
H1.HeaderClassName
{
color: #0990CD;
}
.AnyTagClassName
{
color: #0990CD;
}
</style>
background-color css
<style>
a { background-color: #0990CD; }
a { background-color: rgb(9,144,205); }
div.DivClassName
{
background-color: #0990CD;
}
.BgClassName
{
background-color: #0990CD;
}
</style>
border-color css
<style>
span { border-color: #0990CD; }
span { border-color: rgb(9,144,205); }
td.TdClassName
{
border-color: #0990CD;
}
.TagClassName
{
border-color: #0990CD;
}
</style>