Shades of Pacific Blue #099FDD
Tints of Pacific Blue #099FDD
RGB
CMYK
RGB Variations
Color information
#099FDD (or 0x099FDD) is known color: Pacific Blue. HEX triplet: 09, 9F and DD. RGB value is (9,159,221). Sum of RGB (Red+Green+Blue) = 9+159+221=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #099FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FDD is #F66022. Grayscale: #787878. Windows color (decimal): -16146467 or 14524169. OLE color: 14524169.
HSL color Cylindrical-coordinate representation of color #099FDD: hue angle of 197.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FDD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 159 | 221 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.13 |
| HSL | 197.55º | 0.92% | 0.45% | - |
| HSV(B) | 197.55º | 0.96% | 0.87% | - |
| XYZ | 25.56 | 30.07 | 72.86 | - |
| YUV | 121.22 | 184.31 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 221 | 0.96 | 0.28 | 0 | 0.13 | 197.55 | 0.92 | 0.45 |
| Hex | 9 | 9F | DD | 60 | 1C | 0 | D | C6 | 5C | 2D |
| Octal | 11 | 237 | 335 | 140 | 34 | 0 | 15 | 306 | 134 | 55 |
| Binary | 1001 | 10011111 | 11011101 | 1100000 | 11100 | 0 | 1101 | 11000110 | 1011100 | 101101 |
Color Harmonies of #099FDD
Complementary color
Monochromatic Colors of #099FDD
Black with #099FDD
Text Example
Text Example
White with #099FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FDD; }
p { color: rgb(9,159,221); }
H1.HeaderClassName
{
color: #099FDD;
}
.AnyTagClassName
{
color: #099FDD;
}
</style>
background-color css
<style>
a { background-color: #099FDD; }
a { background-color: rgb(9,159,221); }
div.DivClassName
{
background-color: #099FDD;
}
.BgClassName
{
background-color: #099FDD;
}
</style>
border-color css
<style>
span { border-color: #099FDD; }
span { border-color: rgb(9,159,221); }
td.TdClassName
{
border-color: #099FDD;
}
.TagClassName
{
border-color: #099FDD;
}
</style>