Shades of Pacific Blue #0993DD
Tints of Pacific Blue #0993DD
RGB
CMYK
RGB Variations
Color information
#0993DD (or 0x0993DD) is known color: Pacific Blue. HEX triplet: 09, 93 and DD. RGB value is (9,147,221). Sum of RGB (Red+Green+Blue) = 9+147+221=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #0993DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993DD is #F66C22. Grayscale: #717171. Windows color (decimal): -16149539 or 14521097. OLE color: 14521097.
HSL color Cylindrical-coordinate representation of color #0993DD: hue angle of 200.94º 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 #0993DD is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 147 | 221 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.13 |
| HSL | 200.94º | 0.92% | 0.45% | - |
| HSV(B) | 200.94º | 0.96% | 0.87% | - |
| XYZ | 23.6 | 26.15 | 72.21 | - |
| YUV | 114.17 | 188.28 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 221 | 0.96 | 0.33 | 0 | 0.13 | 200.94 | 0.92 | 0.45 |
| Hex | 9 | 93 | DD | 60 | 21 | 0 | D | C9 | 5C | 2D |
| Octal | 11 | 223 | 335 | 140 | 41 | 0 | 15 | 311 | 134 | 55 |
| Binary | 1001 | 10010011 | 11011101 | 1100000 | 100001 | 0 | 1101 | 11001001 | 1011100 | 101101 |
Color Harmonies of #0993DD
Complementary color
Monochromatic Colors of #0993DD
Black with #0993DD
Text Example
Text Example
White with #0993DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993DD; }
p { color: rgb(9,147,221); }
H1.HeaderClassName
{
color: #0993DD;
}
.AnyTagClassName
{
color: #0993DD;
}
</style>
background-color css
<style>
a { background-color: #0993DD; }
a { background-color: rgb(9,147,221); }
div.DivClassName
{
background-color: #0993DD;
}
.BgClassName
{
background-color: #0993DD;
}
</style>
border-color css
<style>
span { border-color: #0993DD; }
span { border-color: rgb(9,147,221); }
td.TdClassName
{
border-color: #0993DD;
}
.TagClassName
{
border-color: #0993DD;
}
</style>