Shades of Pacific Blue #099DDF
Tints of Pacific Blue #099DDF
RGB
CMYK
RGB Variations
Color information
#099DDF (or 0x099DDF) is known color: Pacific Blue. HEX triplet: 09, 9D and DF. RGB value is (9,157,223). Sum of RGB (Red+Green+Blue) = 9+157+223=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #099DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DDF is #F66220. Grayscale: #777777. Windows color (decimal): -16146977 or 14654729. OLE color: 14654729.
HSL color Cylindrical-coordinate representation of color #099DDF: hue angle of 198.5º 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 #099DDF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 157 | 223 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.13 |
| HSL | 198.5º | 0.92% | 0.45% | - |
| HSV(B) | 198.5º | 0.96% | 0.87% | - |
| XYZ | 25.49 | 29.5 | 74.16 | - |
| YUV | 120.27 | 185.97 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 223 | 0.96 | 0.30 | 0 | 0.13 | 198.5 | 0.92 | 0.45 |
| Hex | 9 | 9D | DF | 60 | 1E | 0 | D | C7 | 5C | 2D |
| Octal | 11 | 235 | 337 | 140 | 36 | 0 | 15 | 307 | 134 | 55 |
| Binary | 1001 | 10011101 | 11011111 | 1100000 | 11110 | 0 | 1101 | 11000111 | 1011100 | 101101 |
Color Harmonies of #099DDF
Complementary color
Monochromatic Colors of #099DDF
Black with #099DDF
Text Example
Text Example
White with #099DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DDF; }
p { color: rgb(9,157,223); }
H1.HeaderClassName
{
color: #099DDF;
}
.AnyTagClassName
{
color: #099DDF;
}
</style>
background-color css
<style>
a { background-color: #099DDF; }
a { background-color: rgb(9,157,223); }
div.DivClassName
{
background-color: #099DDF;
}
.BgClassName
{
background-color: #099DDF;
}
</style>
border-color css
<style>
span { border-color: #099DDF; }
span { border-color: rgb(9,157,223); }
td.TdClassName
{
border-color: #099DDF;
}
.TagClassName
{
border-color: #099DDF;
}
</style>