Shades of Pacific Blue #099FDC
Tints of Pacific Blue #099FDC
RGB
CMYK
RGB Variations
Color information
#099FDC (or 0x099FDC) is known color: Pacific Blue. HEX triplet: 09, 9F and DC. RGB value is (9,159,220). Sum of RGB (Red+Green+Blue) = 9+159+220=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #099FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FDC is #F66023. Grayscale: #787878. Windows color (decimal): -16146468 or 14458633. OLE color: 14458633.
HSL color Cylindrical-coordinate representation of color #099FDC: hue angle of 197.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FDC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 159 | 220 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.14 |
| HSL | 197.35º | 0.92% | 0.45% | - |
| HSV(B) | 197.35º | 0.96% | 0.86% | - |
| XYZ | 25.43 | 30.02 | 72.16 | - |
| YUV | 121.1 | 183.81 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 220 | 0.96 | 0.28 | 0 | 0.14 | 197.35 | 0.92 | 0.45 |
| Hex | 9 | 9F | DC | 60 | 1C | 0 | E | C5 | 5C | 2D |
| Octal | 11 | 237 | 334 | 140 | 34 | 0 | 16 | 305 | 134 | 55 |
| Binary | 1001 | 10011111 | 11011100 | 1100000 | 11100 | 0 | 1110 | 11000101 | 1011100 | 101101 |
Color Harmonies of #099FDC
Complementary color
Monochromatic Colors of #099FDC
Black with #099FDC
Text Example
Text Example
White with #099FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FDC; }
p { color: rgb(9,159,220); }
H1.HeaderClassName
{
color: #099FDC;
}
.AnyTagClassName
{
color: #099FDC;
}
</style>
background-color css
<style>
a { background-color: #099FDC; }
a { background-color: rgb(9,159,220); }
div.DivClassName
{
background-color: #099FDC;
}
.BgClassName
{
background-color: #099FDC;
}
</style>
border-color css
<style>
span { border-color: #099FDC; }
span { border-color: rgb(9,159,220); }
td.TdClassName
{
border-color: #099FDC;
}
.TagClassName
{
border-color: #099FDC;
}
</style>