Shades of Pacific Blue #09A5CB
Tints of Pacific Blue #09A5CB
RGB
CMYK
RGB Variations
Color information
#09A5CB (or 0x09A5CB) is known color: Pacific Blue. HEX triplet: 09, A5 and CB. RGB value is (9,165,203). Sum of RGB (Red+Green+Blue) = 9+165+203=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #09A5CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A5CB is #F65A34. Grayscale: #7A7A7A. Windows color (decimal): -16144949 or 13346057. OLE color: 13346057.
HSL color Cylindrical-coordinate representation of color #09A5CB: hue angle of 191.75º 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 #09A5CB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 165 | 203 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.20 |
| HSL | 191.75º | 0.92% | 0.42% | - |
| HSV(B) | 191.75º | 0.96% | 0.8% | - |
| XYZ | 24.35 | 31.28 | 61.25 | - |
| YUV | 122.69 | 173.32 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 165 | 203 | 0.96 | 0.19 | 0 | 0.20 | 191.75 | 0.92 | 0.42 |
| Hex | 9 | A5 | CB | 60 | 13 | 0 | 14 | C0 | 5C | 2A |
| Octal | 11 | 245 | 313 | 140 | 23 | 0 | 24 | 300 | 134 | 52 |
| Binary | 1001 | 10100101 | 11001011 | 1100000 | 10011 | 0 | 10100 | 11000000 | 1011100 | 101010 |
Color Harmonies of #09A5CB
Complementary color
Monochromatic Colors of #09A5CB
Black with #09A5CB
Text Example
Text Example
White with #09A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A5CB; }
p { color: rgb(9,165,203); }
H1.HeaderClassName
{
color: #09A5CB;
}
.AnyTagClassName
{
color: #09A5CB;
}
</style>
background-color css
<style>
a { background-color: #09A5CB; }
a { background-color: rgb(9,165,203); }
div.DivClassName
{
background-color: #09A5CB;
}
.BgClassName
{
background-color: #09A5CB;
}
</style>
border-color css
<style>
span { border-color: #09A5CB; }
span { border-color: rgb(9,165,203); }
td.TdClassName
{
border-color: #09A5CB;
}
.TagClassName
{
border-color: #09A5CB;
}
</style>