Shades of Pacific Blue #099EC8
Tints of Pacific Blue #099EC8
RGB
CMYK
RGB Variations
Color information
#099EC8 (or 0x099EC8) is known color: Pacific Blue. HEX triplet: 09, 9E and C8. RGB value is (9,158,200). Sum of RGB (Red+Green+Blue) = 9+158+200=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #099EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EC8 is #F66137. Grayscale: #757575. Windows color (decimal): -16146744 or 13147657. OLE color: 13147657.
HSL color Cylindrical-coordinate representation of color #099EC8: hue angle of 193.19º 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 #099EC8 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 158 | 200 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.22 |
| HSL | 193.19º | 0.91% | 0.41% | - |
| HSV(B) | 193.19º | 0.96% | 0.78% | - |
| XYZ | 22.76 | 28.68 | 58.98 | - |
| YUV | 118.24 | 174.14 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 200 | 0.96 | 0.21 | 0 | 0.22 | 193.19 | 0.91 | 0.41 |
| Hex | 9 | 9E | C8 | 60 | 15 | 0 | 16 | C1 | 5B | 29 |
| Octal | 11 | 236 | 310 | 140 | 25 | 0 | 26 | 301 | 133 | 51 |
| Binary | 1001 | 10011110 | 11001000 | 1100000 | 10101 | 0 | 10110 | 11000001 | 1011011 | 101001 |
Color Harmonies of #099EC8
Complementary color
Monochromatic Colors of #099EC8
Black with #099EC8
Text Example
Text Example
White with #099EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EC8; }
p { color: rgb(9,158,200); }
H1.HeaderClassName
{
color: #099EC8;
}
.AnyTagClassName
{
color: #099EC8;
}
</style>
background-color css
<style>
a { background-color: #099EC8; }
a { background-color: rgb(9,158,200); }
div.DivClassName
{
background-color: #099EC8;
}
.BgClassName
{
background-color: #099EC8;
}
</style>
border-color css
<style>
span { border-color: #099EC8; }
span { border-color: rgb(9,158,200); }
td.TdClassName
{
border-color: #099EC8;
}
.TagClassName
{
border-color: #099EC8;
}
</style>