Shades of Pacific Blue #099DC1
Tints of Pacific Blue #099DC1
RGB
CMYK
RGB Variations
Color information
#099DC1 (or 0x099DC1) is known color: Pacific Blue. HEX triplet: 09, 9D and C1. RGB value is (9,157,193). Sum of RGB (Red+Green+Blue) = 9+157+193=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #099DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DC1 is #F6623E. Grayscale: #747474. Windows color (decimal): -16147007 or 12688649. OLE color: 12688649.
HSL color Cylindrical-coordinate representation of color #099DC1: hue angle of 191.74º 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 #099DC1 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 157 | 193 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.24 |
| HSL | 191.74º | 0.91% | 0.4% | - |
| HSV(B) | 191.74º | 0.95% | 0.76% | - |
| XYZ | 21.8 | 28.02 | 54.71 | - |
| YUV | 116.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 193 | 0.95 | 0.19 | 0 | 0.24 | 191.74 | 0.91 | 0.4 |
| Hex | 9 | 9D | C1 | 5F | 13 | 0 | 18 | C0 | 5B | 28 |
| Octal | 11 | 235 | 301 | 137 | 23 | 0 | 30 | 300 | 133 | 50 |
| Binary | 1001 | 10011101 | 11000001 | 1011111 | 10011 | 0 | 11000 | 11000000 | 1011011 | 101000 |
Color Harmonies of #099DC1
Complementary color
Monochromatic Colors of #099DC1
Black with #099DC1
Text Example
Text Example
White with #099DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DC1; }
p { color: rgb(9,157,193); }
H1.HeaderClassName
{
color: #099DC1;
}
.AnyTagClassName
{
color: #099DC1;
}
</style>
background-color css
<style>
a { background-color: #099DC1; }
a { background-color: rgb(9,157,193); }
div.DivClassName
{
background-color: #099DC1;
}
.BgClassName
{
background-color: #099DC1;
}
</style>
border-color css
<style>
span { border-color: #099DC1; }
span { border-color: rgb(9,157,193); }
td.TdClassName
{
border-color: #099DC1;
}
.TagClassName
{
border-color: #099DC1;
}
</style>