Shades of Pacific Blue #09A2E1
Tints of Pacific Blue #09A2E1
RGB
CMYK
RGB Variations
Color information
#09A2E1 (or 0x09A2E1) is known color: Pacific Blue. HEX triplet: 09, A2 and E1. RGB value is (9,162,225). Sum of RGB (Red+Green+Blue) = 9+162+225=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #09A2E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A2E1 is #F65D1E. Grayscale: #7B7B7B. Windows color (decimal): -16145695 or 14787081. OLE color: 14787081.
HSL color Cylindrical-coordinate representation of color #09A2E1: hue angle of 197.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A2E1 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 162 | 225 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.12 |
| HSL | 197.5º | 0.92% | 0.46% | - |
| HSV(B) | 197.5º | 0.96% | 0.88% | - |
| XYZ | 26.62 | 31.33 | 75.88 | - |
| YUV | 123.44 | 185.31 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 225 | 0.96 | 0.28 | 0 | 0.12 | 197.5 | 0.92 | 0.46 |
| Hex | 9 | A2 | E1 | 60 | 1C | 0 | C | C6 | 5C | 2E |
| Octal | 11 | 242 | 341 | 140 | 34 | 0 | 14 | 306 | 134 | 56 |
| Binary | 1001 | 10100010 | 11100001 | 1100000 | 11100 | 0 | 1100 | 11000110 | 1011100 | 101110 |
Color Harmonies of #09A2E1
Complementary color
Monochromatic Colors of #09A2E1
Black with #09A2E1
Text Example
Text Example
White with #09A2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A2E1; }
p { color: rgb(9,162,225); }
H1.HeaderClassName
{
color: #09A2E1;
}
.AnyTagClassName
{
color: #09A2E1;
}
</style>
background-color css
<style>
a { background-color: #09A2E1; }
a { background-color: rgb(9,162,225); }
div.DivClassName
{
background-color: #09A2E1;
}
.BgClassName
{
background-color: #09A2E1;
}
</style>
border-color css
<style>
span { border-color: #09A2E1; }
span { border-color: rgb(9,162,225); }
td.TdClassName
{
border-color: #09A2E1;
}
.TagClassName
{
border-color: #09A2E1;
}
</style>