Shades of Pacific Blue #099FDA
Tints of Pacific Blue #099FDA
RGB
CMYK
RGB Variations
Color information
#099FDA (or 0x099FDA) is known color: Pacific Blue. HEX triplet: 09, 9F and DA. RGB value is (9,159,218). Sum of RGB (Red+Green+Blue) = 9+159+218=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #099FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FDA is #F66025. Grayscale: #787878. Windows color (decimal): -16146470 or 14327561. OLE color: 14327561.
HSL color Cylindrical-coordinate representation of color #099FDA: hue angle of 196.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FDA is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 159 | 218 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.15 |
| HSL | 196.94º | 0.92% | 0.45% | - |
| HSV(B) | 196.94º | 0.96% | 0.85% | - |
| XYZ | 25.17 | 29.92 | 70.78 | - |
| YUV | 120.88 | 182.81 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 218 | 0.96 | 0.27 | 0 | 0.15 | 196.94 | 0.92 | 0.45 |
| Hex | 9 | 9F | DA | 60 | 1B | 0 | F | C5 | 5C | 2D |
| Octal | 11 | 237 | 332 | 140 | 33 | 0 | 17 | 305 | 134 | 55 |
| Binary | 1001 | 10011111 | 11011010 | 1100000 | 11011 | 0 | 1111 | 11000101 | 1011100 | 101101 |
Color Harmonies of #099FDA
Complementary color
Monochromatic Colors of #099FDA
Black with #099FDA
Text Example
Text Example
White with #099FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FDA; }
p { color: rgb(9,159,218); }
H1.HeaderClassName
{
color: #099FDA;
}
.AnyTagClassName
{
color: #099FDA;
}
</style>
background-color css
<style>
a { background-color: #099FDA; }
a { background-color: rgb(9,159,218); }
div.DivClassName
{
background-color: #099FDA;
}
.BgClassName
{
background-color: #099FDA;
}
</style>
border-color css
<style>
span { border-color: #099FDA; }
span { border-color: rgb(9,159,218); }
td.TdClassName
{
border-color: #099FDA;
}
.TagClassName
{
border-color: #099FDA;
}
</style>