Shades of Pacific Blue #09A2CF
Tints of Pacific Blue #09A2CF
RGB
CMYK
RGB Variations
Color information
#09A2CF (or 0x09A2CF) is known color: Pacific Blue. HEX triplet: 09, A2 and CF. RGB value is (9,162,207). Sum of RGB (Red+Green+Blue) = 9+162+207=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #09A2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A2CF is #F65D30. Grayscale: #797979. Windows color (decimal): -16145713 or 13607433. OLE color: 13607433.
HSL color Cylindrical-coordinate representation of color #09A2CF: hue angle of 193.64º 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 #09A2CF is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 162 | 207 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.19 |
| HSL | 193.64º | 0.92% | 0.42% | - |
| HSV(B) | 193.64º | 0.96% | 0.81% | - |
| XYZ | 24.3 | 30.4 | 63.62 | - |
| YUV | 121.38 | 176.31 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 207 | 0.96 | 0.22 | 0 | 0.19 | 193.64 | 0.92 | 0.42 |
| Hex | 9 | A2 | CF | 60 | 16 | 0 | 13 | C2 | 5C | 2A |
| Octal | 11 | 242 | 317 | 140 | 26 | 0 | 23 | 302 | 134 | 52 |
| Binary | 1001 | 10100010 | 11001111 | 1100000 | 10110 | 0 | 10011 | 11000010 | 1011100 | 101010 |
Color Harmonies of #09A2CF
Complementary color
Monochromatic Colors of #09A2CF
Black with #09A2CF
Text Example
Text Example
White with #09A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A2CF; }
p { color: rgb(9,162,207); }
H1.HeaderClassName
{
color: #09A2CF;
}
.AnyTagClassName
{
color: #09A2CF;
}
</style>
background-color css
<style>
a { background-color: #09A2CF; }
a { background-color: rgb(9,162,207); }
div.DivClassName
{
background-color: #09A2CF;
}
.BgClassName
{
background-color: #09A2CF;
}
</style>
border-color css
<style>
span { border-color: #09A2CF; }
span { border-color: rgb(9,162,207); }
td.TdClassName
{
border-color: #09A2CF;
}
.TagClassName
{
border-color: #09A2CF;
}
</style>