Shades of Pacific Blue #09A4D0
Tints of Pacific Blue #09A4D0
RGB
CMYK
RGB Variations
Color information
#09A4D0 (or 0x09A4D0) is known color: Pacific Blue. HEX triplet: 09, A4 and D0. RGB value is (9,164,208). Sum of RGB (Red+Green+Blue) = 9+164+208=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #09A4D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A4D0 is #F65B2F. Grayscale: #7A7A7A. Windows color (decimal): -16145200 or 13673481. OLE color: 13673481.
HSL color Cylindrical-coordinate representation of color #09A4D0: hue angle of 193.27º 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 #09A4D0 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 164 | 208 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.18 |
| HSL | 193.27º | 0.92% | 0.43% | - |
| HSV(B) | 193.27º | 0.96% | 0.82% | - |
| XYZ | 24.77 | 31.16 | 64.38 | - |
| YUV | 122.67 | 176.15 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 208 | 0.96 | 0.21 | 0 | 0.18 | 193.27 | 0.92 | 0.43 |
| Hex | 9 | A4 | D0 | 60 | 15 | 0 | 12 | C1 | 5C | 2B |
| Octal | 11 | 244 | 320 | 140 | 25 | 0 | 22 | 301 | 134 | 53 |
| Binary | 1001 | 10100100 | 11010000 | 1100000 | 10101 | 0 | 10010 | 11000001 | 1011100 | 101011 |
Color Harmonies of #09A4D0
Complementary color
Monochromatic Colors of #09A4D0
Black with #09A4D0
Text Example
Text Example
White with #09A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A4D0; }
p { color: rgb(9,164,208); }
H1.HeaderClassName
{
color: #09A4D0;
}
.AnyTagClassName
{
color: #09A4D0;
}
</style>
background-color css
<style>
a { background-color: #09A4D0; }
a { background-color: rgb(9,164,208); }
div.DivClassName
{
background-color: #09A4D0;
}
.BgClassName
{
background-color: #09A4D0;
}
</style>
border-color css
<style>
span { border-color: #09A4D0; }
span { border-color: rgb(9,164,208); }
td.TdClassName
{
border-color: #09A4D0;
}
.TagClassName
{
border-color: #09A4D0;
}
</style>