Shades of Pacific Blue #09A0CE
Tints of Pacific Blue #09A0CE
RGB
CMYK
RGB Variations
Color information
#09A0CE (or 0x09A0CE) is known color: Pacific Blue. HEX triplet: 09, A0 and CE. RGB value is (9,160,206). Sum of RGB (Red+Green+Blue) = 9+160+206=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #09A0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0CE is #F65F31. Grayscale: #777777. Windows color (decimal): -16146226 or 13541385. OLE color: 13541385.
HSL color Cylindrical-coordinate representation of color #09A0CE: hue angle of 194.01º 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 #09A0CE is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 160 | 206 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.19 |
| HSL | 194.01º | 0.92% | 0.42% | - |
| HSV(B) | 194.01º | 0.96% | 0.81% | - |
| XYZ | 23.82 | 29.66 | 62.86 | - |
| YUV | 120.1 | 176.47 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 206 | 0.96 | 0.22 | 0 | 0.19 | 194.01 | 0.92 | 0.42 |
| Hex | 9 | A0 | CE | 60 | 16 | 0 | 13 | C2 | 5C | 2A |
| Octal | 11 | 240 | 316 | 140 | 26 | 0 | 23 | 302 | 134 | 52 |
| Binary | 1001 | 10100000 | 11001110 | 1100000 | 10110 | 0 | 10011 | 11000010 | 1011100 | 101010 |
Color Harmonies of #09A0CE
Complementary color
Monochromatic Colors of #09A0CE
Black with #09A0CE
Text Example
Text Example
White with #09A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0CE; }
p { color: rgb(9,160,206); }
H1.HeaderClassName
{
color: #09A0CE;
}
.AnyTagClassName
{
color: #09A0CE;
}
</style>
background-color css
<style>
a { background-color: #09A0CE; }
a { background-color: rgb(9,160,206); }
div.DivClassName
{
background-color: #09A0CE;
}
.BgClassName
{
background-color: #09A0CE;
}
</style>
border-color css
<style>
span { border-color: #09A0CE; }
span { border-color: rgb(9,160,206); }
td.TdClassName
{
border-color: #09A0CE;
}
.TagClassName
{
border-color: #09A0CE;
}
</style>