Shades of Pacific Blue #099DC2
Tints of Pacific Blue #099DC2
RGB
CMYK
RGB Variations
Color information
#099DC2 (or 0x099DC2) is known color: Pacific Blue. HEX triplet: 09, 9D and C2. RGB value is (9,157,194). Sum of RGB (Red+Green+Blue) = 9+157+194=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 194 (76.17% from 255 or 53.89% from 360); Max value from RGB is 194 - color contains mainly: blue. Hex color #099DC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DC2 is #F6623D. Grayscale: #747474. Windows color (decimal): -16147006 or 12754185. OLE color: 12754185.
HSL color Cylindrical-coordinate representation of color #099DC2: hue angle of 192º 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 #099DC2 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 157 | 194 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.24 |
| HSL | 192º | 0.91% | 0.4% | - |
| HSV(B) | 192º | 0.95% | 0.76% | - |
| XYZ | 21.91 | 28.07 | 55.3 | - |
| YUV | 116.97 | 171.47 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 194 | 0.95 | 0.19 | 0 | 0.24 | 192 | 0.91 | 0.4 |
| Hex | 9 | 9D | C2 | 5F | 13 | 0 | 18 | C0 | 5B | 28 |
| Octal | 11 | 235 | 302 | 137 | 23 | 0 | 30 | 300 | 133 | 50 |
| Binary | 1001 | 10011101 | 11000010 | 1011111 | 10011 | 0 | 11000 | 11000000 | 1011011 | 101000 |
Color Harmonies of #099DC2
Complementary color
Monochromatic Colors of #099DC2
Black with #099DC2
Text Example
Text Example
White with #099DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DC2; }
p { color: rgb(9,157,194); }
H1.HeaderClassName
{
color: #099DC2;
}
.AnyTagClassName
{
color: #099DC2;
}
</style>
background-color css
<style>
a { background-color: #099DC2; }
a { background-color: rgb(9,157,194); }
div.DivClassName
{
background-color: #099DC2;
}
.BgClassName
{
background-color: #099DC2;
}
</style>
border-color css
<style>
span { border-color: #099DC2; }
span { border-color: rgb(9,157,194); }
td.TdClassName
{
border-color: #099DC2;
}
.TagClassName
{
border-color: #099DC2;
}
</style>