Shades of Pacific Blue #0993E0
Tints of Pacific Blue #0993E0
RGB
CMYK
RGB Variations
Color information
#0993E0 (or 0x0993E0) is known color: Pacific Blue. HEX triplet: 09, 93 and E0. RGB value is (9,147,224). Sum of RGB (Red+Green+Blue) = 9+147+224=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #0993E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993E0 is #F66C1F. Grayscale: #727272. Windows color (decimal): -16149536 or 14717705. OLE color: 14717705.
HSL color Cylindrical-coordinate representation of color #0993E0: hue angle of 201.49º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993E0 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 147 | 224 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.12 |
| HSL | 201.49º | 0.92% | 0.46% | - |
| HSV(B) | 201.49º | 0.96% | 0.88% | - |
| XYZ | 24 | 26.31 | 74.33 | - |
| YUV | 114.52 | 189.78 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 224 | 0.96 | 0.34 | 0 | 0.12 | 201.49 | 0.92 | 0.46 |
| Hex | 9 | 93 | E0 | 60 | 22 | 0 | C | C9 | 5C | 2E |
| Octal | 11 | 223 | 340 | 140 | 42 | 0 | 14 | 311 | 134 | 56 |
| Binary | 1001 | 10010011 | 11100000 | 1100000 | 100010 | 0 | 1100 | 11001001 | 1011100 | 101110 |
Color Harmonies of #0993E0
Complementary color
Monochromatic Colors of #0993E0
Black with #0993E0
Text Example
Text Example
White with #0993E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993E0; }
p { color: rgb(9,147,224); }
H1.HeaderClassName
{
color: #0993E0;
}
.AnyTagClassName
{
color: #0993E0;
}
</style>
background-color css
<style>
a { background-color: #0993E0; }
a { background-color: rgb(9,147,224); }
div.DivClassName
{
background-color: #0993E0;
}
.BgClassName
{
background-color: #0993E0;
}
</style>
border-color css
<style>
span { border-color: #0993E0; }
span { border-color: rgb(9,147,224); }
td.TdClassName
{
border-color: #0993E0;
}
.TagClassName
{
border-color: #0993E0;
}
</style>