Shades of Pacific Blue #0990DC
Tints of Pacific Blue #0990DC
RGB
CMYK
RGB Variations
Color information
#0990DC (or 0x0990DC) is known color: Pacific Blue. HEX triplet: 09, 90 and DC. RGB value is (9,144,220). Sum of RGB (Red+Green+Blue) = 9+144+220=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #0990DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990DC is #F66F23. Grayscale: #6F6F6F. Windows color (decimal): -16150308 or 14454793. OLE color: 14454793.
HSL color Cylindrical-coordinate representation of color #0990DC: hue angle of 201.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990DC is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 144 | 220 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.14 |
| HSL | 201.61º | 0.92% | 0.45% | - |
| HSV(B) | 201.61º | 0.96% | 0.86% | - |
| XYZ | 23 | 25.17 | 71.36 | - |
| YUV | 112.3 | 188.77 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 220 | 0.96 | 0.35 | 0 | 0.14 | 201.61 | 0.92 | 0.45 |
| Hex | 9 | 90 | DC | 60 | 23 | 0 | E | CA | 5C | 2D |
| Octal | 11 | 220 | 334 | 140 | 43 | 0 | 16 | 312 | 134 | 55 |
| Binary | 1001 | 10010000 | 11011100 | 1100000 | 100011 | 0 | 1110 | 11001010 | 1011100 | 101101 |
Color Harmonies of #0990DC
Complementary color
Monochromatic Colors of #0990DC
Black with #0990DC
Text Example
Text Example
White with #0990DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990DC; }
p { color: rgb(9,144,220); }
H1.HeaderClassName
{
color: #0990DC;
}
.AnyTagClassName
{
color: #0990DC;
}
</style>
background-color css
<style>
a { background-color: #0990DC; }
a { background-color: rgb(9,144,220); }
div.DivClassName
{
background-color: #0990DC;
}
.BgClassName
{
background-color: #0990DC;
}
</style>
border-color css
<style>
span { border-color: #0990DC; }
span { border-color: rgb(9,144,220); }
td.TdClassName
{
border-color: #0990DC;
}
.TagClassName
{
border-color: #0990DC;
}
</style>