Shades of Pacific Blue #09A0DD
Tints of Pacific Blue #09A0DD
RGB
CMYK
RGB Variations
Color information
#09A0DD (or 0x09A0DD) is known color: Pacific Blue. HEX triplet: 09, A0 and DD. RGB value is (9,160,221). Sum of RGB (Red+Green+Blue) = 9+160+221=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #09A0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0DD is #F65F22. Grayscale: #797979. Windows color (decimal): -16146211 or 14524425. OLE color: 14524425.
HSL color Cylindrical-coordinate representation of color #09A0DD: hue angle of 197.26º 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 #09A0DD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 160 | 221 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.13 |
| HSL | 197.26º | 0.92% | 0.45% | - |
| HSV(B) | 197.26º | 0.96% | 0.87% | - |
| XYZ | 25.73 | 30.42 | 72.92 | - |
| YUV | 121.81 | 183.97 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 221 | 0.96 | 0.28 | 0 | 0.13 | 197.26 | 0.92 | 0.45 |
| Hex | 9 | A0 | DD | 60 | 1C | 0 | D | C5 | 5C | 2D |
| Octal | 11 | 240 | 335 | 140 | 34 | 0 | 15 | 305 | 134 | 55 |
| Binary | 1001 | 10100000 | 11011101 | 1100000 | 11100 | 0 | 1101 | 11000101 | 1011100 | 101101 |
Color Harmonies of #09A0DD
Complementary color
Monochromatic Colors of #09A0DD
Black with #09A0DD
Text Example
Text Example
White with #09A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0DD; }
p { color: rgb(9,160,221); }
H1.HeaderClassName
{
color: #09A0DD;
}
.AnyTagClassName
{
color: #09A0DD;
}
</style>
background-color css
<style>
a { background-color: #09A0DD; }
a { background-color: rgb(9,160,221); }
div.DivClassName
{
background-color: #09A0DD;
}
.BgClassName
{
background-color: #09A0DD;
}
</style>
border-color css
<style>
span { border-color: #09A0DD; }
span { border-color: rgb(9,160,221); }
td.TdClassName
{
border-color: #09A0DD;
}
.TagClassName
{
border-color: #09A0DD;
}
</style>