Shades of Pacific Blue #09A3CB
Tints of Pacific Blue #09A3CB
RGB
CMYK
RGB Variations
Color information
#09A3CB (or 0x09A3CB) is known color: Pacific Blue. HEX triplet: 09, A3 and CB. RGB value is (9,163,203). Sum of RGB (Red+Green+Blue) = 9+163+203=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #09A3CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A3CB is #F65C34. Grayscale: #797979. Windows color (decimal): -16145461 or 13345545. OLE color: 13345545.
HSL color Cylindrical-coordinate representation of color #09A3CB: hue angle of 192.37º 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 #09A3CB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 163 | 203 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.20 |
| HSL | 192.37º | 0.92% | 0.42% | - |
| HSV(B) | 192.37º | 0.96% | 0.8% | - |
| XYZ | 23.99 | 30.56 | 61.14 | - |
| YUV | 121.51 | 173.98 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 203 | 0.96 | 0.20 | 0 | 0.20 | 192.37 | 0.92 | 0.42 |
| Hex | 9 | A3 | CB | 60 | 14 | 0 | 14 | C0 | 5C | 2A |
| Octal | 11 | 243 | 313 | 140 | 24 | 0 | 24 | 300 | 134 | 52 |
| Binary | 1001 | 10100011 | 11001011 | 1100000 | 10100 | 0 | 10100 | 11000000 | 1011100 | 101010 |
Color Harmonies of #09A3CB
Complementary color
Monochromatic Colors of #09A3CB
Black with #09A3CB
Text Example
Text Example
White with #09A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A3CB; }
p { color: rgb(9,163,203); }
H1.HeaderClassName
{
color: #09A3CB;
}
.AnyTagClassName
{
color: #09A3CB;
}
</style>
background-color css
<style>
a { background-color: #09A3CB; }
a { background-color: rgb(9,163,203); }
div.DivClassName
{
background-color: #09A3CB;
}
.BgClassName
{
background-color: #09A3CB;
}
</style>
border-color css
<style>
span { border-color: #09A3CB; }
span { border-color: rgb(9,163,203); }
td.TdClassName
{
border-color: #09A3CB;
}
.TagClassName
{
border-color: #09A3CB;
}
</style>