Shades of Pacific Blue #099EC1
Tints of Pacific Blue #099EC1
RGB
CMYK
RGB Variations
Color information
#099EC1 (or 0x099EC1) is known color: Pacific Blue. HEX triplet: 09, 9E and C1. RGB value is (9,158,193). Sum of RGB (Red+Green+Blue) = 9+158+193=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #099EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EC1 is #F6613E. Grayscale: #757575. Windows color (decimal): -16146751 or 12688905. OLE color: 12688905.
HSL color Cylindrical-coordinate representation of color #099EC1: hue angle of 191.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099EC1 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 158 | 193 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.24 |
| HSL | 191.41º | 0.91% | 0.4% | - |
| HSV(B) | 191.41º | 0.95% | 0.76% | - |
| XYZ | 21.97 | 28.36 | 54.77 | - |
| YUV | 117.44 | 170.64 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 193 | 0.95 | 0.18 | 0 | 0.24 | 191.41 | 0.91 | 0.4 |
| Hex | 9 | 9E | C1 | 5F | 12 | 0 | 18 | BF | 5B | 28 |
| Octal | 11 | 236 | 301 | 137 | 22 | 0 | 30 | 277 | 133 | 50 |
| Binary | 1001 | 10011110 | 11000001 | 1011111 | 10010 | 0 | 11000 | 10111111 | 1011011 | 101000 |
Color Harmonies of #099EC1
Complementary color
Monochromatic Colors of #099EC1
Black with #099EC1
Text Example
Text Example
White with #099EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EC1; }
p { color: rgb(9,158,193); }
H1.HeaderClassName
{
color: #099EC1;
}
.AnyTagClassName
{
color: #099EC1;
}
</style>
background-color css
<style>
a { background-color: #099EC1; }
a { background-color: rgb(9,158,193); }
div.DivClassName
{
background-color: #099EC1;
}
.BgClassName
{
background-color: #099EC1;
}
</style>
border-color css
<style>
span { border-color: #099EC1; }
span { border-color: rgb(9,158,193); }
td.TdClassName
{
border-color: #099EC1;
}
.TagClassName
{
border-color: #099EC1;
}
</style>