Shades of Pacific Blue #0994DE
Tints of Pacific Blue #0994DE
RGB
CMYK
RGB Variations
Color information
#0994DE (or 0x0994DE) is known color: Pacific Blue. HEX triplet: 09, 94 and DE. RGB value is (9,148,222). Sum of RGB (Red+Green+Blue) = 9+148+222=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #0994DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0994DE is #F66B21. Grayscale: #727272. Windows color (decimal): -16149282 or 14586889. OLE color: 14586889.
HSL color Cylindrical-coordinate representation of color #0994DE: hue angle of 200.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0994DE is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 148 | 222 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.13 |
| HSL | 200.85º | 0.92% | 0.45% | - |
| HSV(B) | 200.85º | 0.96% | 0.87% | - |
| XYZ | 23.89 | 26.51 | 72.97 | - |
| YUV | 114.88 | 188.45 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 222 | 0.96 | 0.33 | 0 | 0.13 | 200.85 | 0.92 | 0.45 |
| Hex | 9 | 94 | DE | 60 | 21 | 0 | D | C9 | 5C | 2D |
| Octal | 11 | 224 | 336 | 140 | 41 | 0 | 15 | 311 | 134 | 55 |
| Binary | 1001 | 10010100 | 11011110 | 1100000 | 100001 | 0 | 1101 | 11001001 | 1011100 | 101101 |
Color Harmonies of #0994DE
Complementary color
Monochromatic Colors of #0994DE
Black with #0994DE
Text Example
Text Example
White with #0994DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0994DE; }
p { color: rgb(9,148,222); }
H1.HeaderClassName
{
color: #0994DE;
}
.AnyTagClassName
{
color: #0994DE;
}
</style>
background-color css
<style>
a { background-color: #0994DE; }
a { background-color: rgb(9,148,222); }
div.DivClassName
{
background-color: #0994DE;
}
.BgClassName
{
background-color: #0994DE;
}
</style>
border-color css
<style>
span { border-color: #0994DE; }
span { border-color: rgb(9,148,222); }
td.TdClassName
{
border-color: #0994DE;
}
.TagClassName
{
border-color: #0994DE;
}
</style>