Shades of Pacific Blue #099AD0
Tints of Pacific Blue #099AD0
RGB
CMYK
RGB Variations
Color information
#099AD0 (or 0x099AD0) is known color: Pacific Blue. HEX triplet: 09, 9A and D0. RGB value is (9,154,208). Sum of RGB (Red+Green+Blue) = 9+154+208=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #099AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AD0 is #F6652F. Grayscale: #747474. Windows color (decimal): -16147760 or 13670921. OLE color: 13670921.
HSL color Cylindrical-coordinate representation of color #099AD0: hue angle of 196.28º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099AD0 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 154 | 208 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.18 |
| HSL | 196.28º | 0.92% | 0.43% | - |
| HSV(B) | 196.28º | 0.96% | 0.82% | - |
| XYZ | 23.05 | 27.72 | 63.81 | - |
| YUV | 116.8 | 179.46 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 208 | 0.96 | 0.26 | 0 | 0.18 | 196.28 | 0.92 | 0.43 |
| Hex | 9 | 9A | D0 | 60 | 1A | 0 | 12 | C4 | 5C | 2B |
| Octal | 11 | 232 | 320 | 140 | 32 | 0 | 22 | 304 | 134 | 53 |
| Binary | 1001 | 10011010 | 11010000 | 1100000 | 11010 | 0 | 10010 | 11000100 | 1011100 | 101011 |
Color Harmonies of #099AD0
Complementary color
Monochromatic Colors of #099AD0
Black with #099AD0
Text Example
Text Example
White with #099AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AD0; }
p { color: rgb(9,154,208); }
H1.HeaderClassName
{
color: #099AD0;
}
.AnyTagClassName
{
color: #099AD0;
}
</style>
background-color css
<style>
a { background-color: #099AD0; }
a { background-color: rgb(9,154,208); }
div.DivClassName
{
background-color: #099AD0;
}
.BgClassName
{
background-color: #099AD0;
}
</style>
border-color css
<style>
span { border-color: #099AD0; }
span { border-color: rgb(9,154,208); }
td.TdClassName
{
border-color: #099AD0;
}
.TagClassName
{
border-color: #099AD0;
}
</style>