Shades of Pacific Blue #099AD6
Tints of Pacific Blue #099AD6
RGB
CMYK
RGB Variations
Color information
#099AD6 (or 0x099AD6) is known color: Pacific Blue. HEX triplet: 09, 9A and D6. RGB value is (9,154,214). Sum of RGB (Red+Green+Blue) = 9+154+214=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #099AD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AD6 is #F66529. Grayscale: #757575. Windows color (decimal): -16147754 or 14064137. OLE color: 14064137.
HSL color Cylindrical-coordinate representation of color #099AD6: hue angle of 197.56º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099AD6 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 154 | 214 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.16 |
| HSL | 197.56º | 0.92% | 0.44% | - |
| HSV(B) | 197.56º | 0.96% | 0.84% | - |
| XYZ | 23.81 | 28.02 | 67.77 | - |
| YUV | 117.49 | 182.46 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 214 | 0.96 | 0.28 | 0 | 0.16 | 197.56 | 0.92 | 0.44 |
| Hex | 9 | 9A | D6 | 60 | 1C | 0 | 10 | C6 | 5C | 2C |
| Octal | 11 | 232 | 326 | 140 | 34 | 0 | 20 | 306 | 134 | 54 |
| Binary | 1001 | 10011010 | 11010110 | 1100000 | 11100 | 0 | 10000 | 11000110 | 1011100 | 101100 |
Color Harmonies of #099AD6
Complementary color
Monochromatic Colors of #099AD6
Black with #099AD6
Text Example
Text Example
White with #099AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AD6; }
p { color: rgb(9,154,214); }
H1.HeaderClassName
{
color: #099AD6;
}
.AnyTagClassName
{
color: #099AD6;
}
</style>
background-color css
<style>
a { background-color: #099AD6; }
a { background-color: rgb(9,154,214); }
div.DivClassName
{
background-color: #099AD6;
}
.BgClassName
{
background-color: #099AD6;
}
</style>
border-color css
<style>
span { border-color: #099AD6; }
span { border-color: rgb(9,154,214); }
td.TdClassName
{
border-color: #099AD6;
}
.TagClassName
{
border-color: #099AD6;
}
</style>