Shades of Pacific Blue #099EC7
Tints of Pacific Blue #099EC7
RGB
CMYK
RGB Variations
Color information
#099EC7 (or 0x099EC7) is known color: Pacific Blue. HEX triplet: 09, 9E and C7. RGB value is (9,158,199). Sum of RGB (Red+Green+Blue) = 9+158+199=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #099EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EC7 is #F66138. Grayscale: #757575. Windows color (decimal): -16146745 or 13082121. OLE color: 13082121.
HSL color Cylindrical-coordinate representation of color #099EC7: hue angle of 192.95º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099EC7 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 158 | 199 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.22 |
| HSL | 192.95º | 0.91% | 0.41% | - |
| HSV(B) | 192.95º | 0.95% | 0.78% | - |
| XYZ | 22.65 | 28.64 | 58.37 | - |
| YUV | 118.12 | 173.64 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 199 | 0.95 | 0.21 | 0 | 0.22 | 192.95 | 0.91 | 0.41 |
| Hex | 9 | 9E | C7 | 5F | 15 | 0 | 16 | C1 | 5B | 29 |
| Octal | 11 | 236 | 307 | 137 | 25 | 0 | 26 | 301 | 133 | 51 |
| Binary | 1001 | 10011110 | 11000111 | 1011111 | 10101 | 0 | 10110 | 11000001 | 1011011 | 101001 |
Color Harmonies of #099EC7
Complementary color
Monochromatic Colors of #099EC7
Black with #099EC7
Text Example
Text Example
White with #099EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EC7; }
p { color: rgb(9,158,199); }
H1.HeaderClassName
{
color: #099EC7;
}
.AnyTagClassName
{
color: #099EC7;
}
</style>
background-color css
<style>
a { background-color: #099EC7; }
a { background-color: rgb(9,158,199); }
div.DivClassName
{
background-color: #099EC7;
}
.BgClassName
{
background-color: #099EC7;
}
</style>
border-color css
<style>
span { border-color: #099EC7; }
span { border-color: rgb(9,158,199); }
td.TdClassName
{
border-color: #099EC7;
}
.TagClassName
{
border-color: #099EC7;
}
</style>