Shades of Pacific Blue #099DC5
Tints of Pacific Blue #099DC5
RGB
CMYK
RGB Variations
Color information
#099DC5 (or 0x099DC5) is known color: Pacific Blue. HEX triplet: 09, 9D and C5. RGB value is (9,157,197). Sum of RGB (Red+Green+Blue) = 9+157+197=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #099DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DC5 is #F6623A. Grayscale: #757575. Windows color (decimal): -16147003 or 12950793. OLE color: 12950793.
HSL color Cylindrical-coordinate representation of color #099DC5: hue angle of 192.77º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DC5 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 157 | 197 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.23 |
| HSL | 192.77º | 0.91% | 0.4% | - |
| HSV(B) | 192.77º | 0.95% | 0.77% | - |
| XYZ | 22.25 | 28.2 | 57.09 | - |
| YUV | 117.31 | 172.97 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 197 | 0.95 | 0.20 | 0 | 0.23 | 192.77 | 0.91 | 0.4 |
| Hex | 9 | 9D | C5 | 5F | 14 | 0 | 17 | C1 | 5B | 28 |
| Octal | 11 | 235 | 305 | 137 | 24 | 0 | 27 | 301 | 133 | 50 |
| Binary | 1001 | 10011101 | 11000101 | 1011111 | 10100 | 0 | 10111 | 11000001 | 1011011 | 101000 |
Color Harmonies of #099DC5
Complementary color
Monochromatic Colors of #099DC5
Black with #099DC5
Text Example
Text Example
White with #099DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DC5; }
p { color: rgb(9,157,197); }
H1.HeaderClassName
{
color: #099DC5;
}
.AnyTagClassName
{
color: #099DC5;
}
</style>
background-color css
<style>
a { background-color: #099DC5; }
a { background-color: rgb(9,157,197); }
div.DivClassName
{
background-color: #099DC5;
}
.BgClassName
{
background-color: #099DC5;
}
</style>
border-color css
<style>
span { border-color: #099DC5; }
span { border-color: rgb(9,157,197); }
td.TdClassName
{
border-color: #099DC5;
}
.TagClassName
{
border-color: #099DC5;
}
</style>