Shades of Pacific Blue #09A0E6
Tints of Pacific Blue #09A0E6
RGB
CMYK
RGB Variations
Color information
#09A0E6 (or 0x09A0E6) is known color: Pacific Blue. HEX triplet: 09, A0 and E6. RGB value is (9,160,230). Sum of RGB (Red+Green+Blue) = 9+160+230=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #09A0E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A0E6 is #F65F19. Grayscale: #7A7A7A. Windows color (decimal): -16146202 or 15114249. OLE color: 15114249.
HSL color Cylindrical-coordinate representation of color #09A0E6: hue angle of 199º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0E6 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 160 | 230 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.10 |
| HSL | 199º | 0.92% | 0.47% | - |
| HSV(B) | 199º | 0.96% | 0.9% | - |
| XYZ | 26.97 | 30.91 | 79.41 | - |
| YUV | 122.83 | 188.47 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 230 | 0.96 | 0.30 | 0 | 0.10 | 199 | 0.92 | 0.47 |
| Hex | 9 | A0 | E6 | 60 | 1E | 0 | A | C7 | 5C | 2F |
| Octal | 11 | 240 | 346 | 140 | 36 | 0 | 12 | 307 | 134 | 57 |
| Binary | 1001 | 10100000 | 11100110 | 1100000 | 11110 | 0 | 1010 | 11000111 | 1011100 | 101111 |
Color Harmonies of #09A0E6
Complementary color
Monochromatic Colors of #09A0E6
Black with #09A0E6
Text Example
Text Example
White with #09A0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0E6; }
p { color: rgb(9,160,230); }
H1.HeaderClassName
{
color: #09A0E6;
}
.AnyTagClassName
{
color: #09A0E6;
}
</style>
background-color css
<style>
a { background-color: #09A0E6; }
a { background-color: rgb(9,160,230); }
div.DivClassName
{
background-color: #09A0E6;
}
.BgClassName
{
background-color: #09A0E6;
}
</style>
border-color css
<style>
span { border-color: #09A0E6; }
span { border-color: rgb(9,160,230); }
td.TdClassName
{
border-color: #09A0E6;
}
.TagClassName
{
border-color: #09A0E6;
}
</style>