Shades of Pacific Blue #0993C9
Tints of Pacific Blue #0993C9
RGB
CMYK
RGB Variations
Color information
#0993C9 (or 0x0993C9) is known color: Pacific Blue. HEX triplet: 09, 93 and C9. RGB value is (9,147,201). Sum of RGB (Red+Green+Blue) = 9+147+201=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #0993C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993C9 is #F66C36. Grayscale: #6F6F6F. Windows color (decimal): -16149559 or 13210377. OLE color: 13210377.
HSL color Cylindrical-coordinate representation of color #0993C9: hue angle of 196.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0993C9 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 147 | 201 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.21 |
| HSL | 196.88º | 0.91% | 0.41% | - |
| HSV(B) | 196.88º | 0.96% | 0.79% | - |
| XYZ | 21.09 | 25.14 | 59 | - |
| YUV | 111.89 | 178.28 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 201 | 0.96 | 0.27 | 0 | 0.21 | 196.88 | 0.91 | 0.41 |
| Hex | 9 | 93 | C9 | 60 | 1B | 0 | 15 | C5 | 5B | 29 |
| Octal | 11 | 223 | 311 | 140 | 33 | 0 | 25 | 305 | 133 | 51 |
| Binary | 1001 | 10010011 | 11001001 | 1100000 | 11011 | 0 | 10101 | 11000101 | 1011011 | 101001 |
Color Harmonies of #0993C9
Complementary color
Monochromatic Colors of #0993C9
Black with #0993C9
Text Example
Text Example
White with #0993C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993C9; }
p { color: rgb(9,147,201); }
H1.HeaderClassName
{
color: #0993C9;
}
.AnyTagClassName
{
color: #0993C9;
}
</style>
background-color css
<style>
a { background-color: #0993C9; }
a { background-color: rgb(9,147,201); }
div.DivClassName
{
background-color: #0993C9;
}
.BgClassName
{
background-color: #0993C9;
}
</style>
border-color css
<style>
span { border-color: #0993C9; }
span { border-color: rgb(9,147,201); }
td.TdClassName
{
border-color: #0993C9;
}
.TagClassName
{
border-color: #0993C9;
}
</style>