Shades of Pacific Blue #0999DC
Tints of Pacific Blue #0999DC
RGB
CMYK
RGB Variations
Color information
#0999DC (or 0x0999DC) is known color: Pacific Blue. HEX triplet: 09, 99 and DC. RGB value is (9,153,220). Sum of RGB (Red+Green+Blue) = 9+153+220=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #0999DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0999DC is #F66623. Grayscale: #757575. Windows color (decimal): -16148004 or 14457097. OLE color: 14457097.
HSL color Cylindrical-coordinate representation of color #0999DC: hue angle of 199.05º 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 #0999DC is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 153 | 220 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.14 |
| HSL | 199.05º | 0.92% | 0.45% | - |
| HSV(B) | 199.05º | 0.96% | 0.86% | - |
| XYZ | 24.42 | 28.01 | 71.83 | - |
| YUV | 117.58 | 185.79 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 220 | 0.96 | 0.30 | 0 | 0.14 | 199.05 | 0.92 | 0.45 |
| Hex | 9 | 99 | DC | 60 | 1E | 0 | E | C7 | 5C | 2D |
| Octal | 11 | 231 | 334 | 140 | 36 | 0 | 16 | 307 | 134 | 55 |
| Binary | 1001 | 10011001 | 11011100 | 1100000 | 11110 | 0 | 1110 | 11000111 | 1011100 | 101101 |
Color Harmonies of #0999DC
Complementary color
Monochromatic Colors of #0999DC
Black with #0999DC
Text Example
Text Example
White with #0999DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0999DC; }
p { color: rgb(9,153,220); }
H1.HeaderClassName
{
color: #0999DC;
}
.AnyTagClassName
{
color: #0999DC;
}
</style>
background-color css
<style>
a { background-color: #0999DC; }
a { background-color: rgb(9,153,220); }
div.DivClassName
{
background-color: #0999DC;
}
.BgClassName
{
background-color: #0999DC;
}
</style>
border-color css
<style>
span { border-color: #0999DC; }
span { border-color: rgb(9,153,220); }
td.TdClassName
{
border-color: #0999DC;
}
.TagClassName
{
border-color: #0999DC;
}
</style>