Shades of Pacific Blue #09A5CE
Tints of Pacific Blue #09A5CE
RGB
CMYK
RGB Variations
Color information
#09A5CE (or 0x09A5CE) is known color: Pacific Blue. HEX triplet: 09, A5 and CE. RGB value is (9,165,206). Sum of RGB (Red+Green+Blue) = 9+165+206=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #09A5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A5CE is #F65A31. Grayscale: #7A7A7A. Windows color (decimal): -16144946 or 13542665. OLE color: 13542665.
HSL color Cylindrical-coordinate representation of color #09A5CE: hue angle of 192.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A5CE is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 165 | 206 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.19 |
| HSL | 192.49º | 0.92% | 0.42% | - |
| HSV(B) | 192.49º | 0.96% | 0.81% | - |
| XYZ | 24.71 | 31.42 | 63.16 | - |
| YUV | 123.03 | 174.82 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 165 | 206 | 0.96 | 0.20 | 0 | 0.19 | 192.49 | 0.92 | 0.42 |
| Hex | 9 | A5 | CE | 60 | 14 | 0 | 13 | C0 | 5C | 2A |
| Octal | 11 | 245 | 316 | 140 | 24 | 0 | 23 | 300 | 134 | 52 |
| Binary | 1001 | 10100101 | 11001110 | 1100000 | 10100 | 0 | 10011 | 11000000 | 1011100 | 101010 |
Color Harmonies of #09A5CE
Complementary color
Monochromatic Colors of #09A5CE
Black with #09A5CE
Text Example
Text Example
White with #09A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A5CE; }
p { color: rgb(9,165,206); }
H1.HeaderClassName
{
color: #09A5CE;
}
.AnyTagClassName
{
color: #09A5CE;
}
</style>
background-color css
<style>
a { background-color: #09A5CE; }
a { background-color: rgb(9,165,206); }
div.DivClassName
{
background-color: #09A5CE;
}
.BgClassName
{
background-color: #09A5CE;
}
</style>
border-color css
<style>
span { border-color: #09A5CE; }
span { border-color: rgb(9,165,206); }
td.TdClassName
{
border-color: #09A5CE;
}
.TagClassName
{
border-color: #09A5CE;
}
</style>