Shades of Pacific Blue #09A0CB
Tints of Pacific Blue #09A0CB
RGB
CMYK
RGB Variations
Color information
#09A0CB (or 0x09A0CB) is known color: Pacific Blue. HEX triplet: 09, A0 and CB. RGB value is (9,160,203). Sum of RGB (Red+Green+Blue) = 9+160+203=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #09A0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0CB is #F65F34. Grayscale: #777777. Windows color (decimal): -16146229 or 13344777. OLE color: 13344777.
HSL color Cylindrical-coordinate representation of color #09A0CB: hue angle of 193.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0CB is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 160 | 203 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.20 |
| HSL | 193.3º | 0.92% | 0.42% | - |
| HSV(B) | 193.3º | 0.96% | 0.8% | - |
| XYZ | 23.46 | 29.51 | 60.96 | - |
| YUV | 119.75 | 174.97 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 203 | 0.96 | 0.21 | 0 | 0.20 | 193.3 | 0.92 | 0.42 |
| Hex | 9 | A0 | CB | 60 | 15 | 0 | 14 | C1 | 5C | 2A |
| Octal | 11 | 240 | 313 | 140 | 25 | 0 | 24 | 301 | 134 | 52 |
| Binary | 1001 | 10100000 | 11001011 | 1100000 | 10101 | 0 | 10100 | 11000001 | 1011100 | 101010 |
Color Harmonies of #09A0CB
Complementary color
Monochromatic Colors of #09A0CB
Black with #09A0CB
Text Example
Text Example
White with #09A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A0CB; }
p { color: rgb(9,160,203); }
H1.HeaderClassName
{
color: #09A0CB;
}
.AnyTagClassName
{
color: #09A0CB;
}
</style>
background-color css
<style>
a { background-color: #09A0CB; }
a { background-color: rgb(9,160,203); }
div.DivClassName
{
background-color: #09A0CB;
}
.BgClassName
{
background-color: #09A0CB;
}
</style>
border-color css
<style>
span { border-color: #09A0CB; }
span { border-color: rgb(9,160,203); }
td.TdClassName
{
border-color: #09A0CB;
}
.TagClassName
{
border-color: #09A0CB;
}
</style>