Shades of Pacific Blue #09A2E6
Tints of Pacific Blue #09A2E6
RGB
CMYK
RGB Variations
Color information
#09A2E6 (or 0x09A2E6) is known color: Pacific Blue. HEX triplet: 09, A2 and E6. RGB value is (9,162,230). Sum of RGB (Red+Green+Blue) = 9+162+230=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #09A2E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A2E6 is #F65D19. Grayscale: #7B7B7B. Windows color (decimal): -16145690 or 15114761. OLE color: 15114761.
HSL color Cylindrical-coordinate representation of color #09A2E6: hue angle of 198.46º 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 #09A2E6 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 162 | 230 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.10 |
| HSL | 198.46º | 0.92% | 0.47% | - |
| HSV(B) | 198.46º | 0.96% | 0.9% | - |
| XYZ | 27.32 | 31.61 | 79.52 | - |
| YUV | 124.01 | 187.81 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 230 | 0.96 | 0.30 | 0 | 0.10 | 198.46 | 0.92 | 0.47 |
| Hex | 9 | A2 | E6 | 60 | 1E | 0 | A | C6 | 5C | 2F |
| Octal | 11 | 242 | 346 | 140 | 36 | 0 | 12 | 306 | 134 | 57 |
| Binary | 1001 | 10100010 | 11100110 | 1100000 | 11110 | 0 | 1010 | 11000110 | 1011100 | 101111 |
Color Harmonies of #09A2E6
Complementary color
Monochromatic Colors of #09A2E6
Black with #09A2E6
Text Example
Text Example
White with #09A2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A2E6; }
p { color: rgb(9,162,230); }
H1.HeaderClassName
{
color: #09A2E6;
}
.AnyTagClassName
{
color: #09A2E6;
}
</style>
background-color css
<style>
a { background-color: #09A2E6; }
a { background-color: rgb(9,162,230); }
div.DivClassName
{
background-color: #09A2E6;
}
.BgClassName
{
background-color: #09A2E6;
}
</style>
border-color css
<style>
span { border-color: #09A2E6; }
span { border-color: rgb(9,162,230); }
td.TdClassName
{
border-color: #09A2E6;
}
.TagClassName
{
border-color: #09A2E6;
}
</style>