Shades of Pacific Blue #099DC0
Tints of Pacific Blue #099DC0
RGB
CMYK
RGB Variations
Color information
#099DC0 (or 0x099DC0) is known color: Pacific Blue. HEX triplet: 09, 9D and C0. RGB value is (9,157,192). Sum of RGB (Red+Green+Blue) = 9+157+192=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #099DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DC0 is #F6623F. Grayscale: #747474. Windows color (decimal): -16147008 or 12623113. OLE color: 12623113.
HSL color Cylindrical-coordinate representation of color #099DC0: hue angle of 191.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DC0 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 157 | 192 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.25 |
| HSL | 191.48º | 0.91% | 0.39% | - |
| HSV(B) | 191.48º | 0.95% | 0.75% | - |
| XYZ | 21.68 | 27.98 | 54.13 | - |
| YUV | 116.74 | 170.47 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 192 | 0.95 | 0.18 | 0 | 0.25 | 191.48 | 0.91 | 0.39 |
| Hex | 9 | 9D | C0 | 5F | 12 | 0 | 19 | BF | 5B | 27 |
| Octal | 11 | 235 | 300 | 137 | 22 | 0 | 31 | 277 | 133 | 47 |
| Binary | 1001 | 10011101 | 11000000 | 1011111 | 10010 | 0 | 11001 | 10111111 | 1011011 | 100111 |
Color Harmonies of #099DC0
Complementary color
Monochromatic Colors of #099DC0
Black with #099DC0
Text Example
Text Example
White with #099DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DC0; }
p { color: rgb(9,157,192); }
H1.HeaderClassName
{
color: #099DC0;
}
.AnyTagClassName
{
color: #099DC0;
}
</style>
background-color css
<style>
a { background-color: #099DC0; }
a { background-color: rgb(9,157,192); }
div.DivClassName
{
background-color: #099DC0;
}
.BgClassName
{
background-color: #099DC0;
}
</style>
border-color css
<style>
span { border-color: #099DC0; }
span { border-color: rgb(9,157,192); }
td.TdClassName
{
border-color: #099DC0;
}
.TagClassName
{
border-color: #099DC0;
}
</style>