Shades of Pacific Blue #009BC9
Tints of Pacific Blue #009BC9
RGB
CMYK
RGB Variations
Color information
#009BC9 (or 0x009BC9) is known color: Pacific Blue. HEX triplet: 00, 9B and C9. RGB value is (0,155,201). Sum of RGB (Red+Green+Blue) = 0+155+201=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #009BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BC9 is #FF6436. Grayscale: #717171. Windows color (decimal): -16737335 or 13212416. OLE color: 13212416.
HSL color Cylindrical-coordinate representation of color #009BC9: hue angle of 193.73º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BC9 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 155 | 201 | - |
| CMYK | 1 | 0.23 | 0 | 0.21 |
| HSL | 193.73º | 1% | 0.39% | - |
| HSV(B) | 193.73º | 1% | 0.79% | - |
| XYZ | 22.26 | 27.66 | 59.42 | - |
| YUV | 113.9 | 177.15 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 201 | 1 | 0.23 | 0 | 0.21 | 193.73 | 1 | 0.39 |
| Hex | 0 | 9B | C9 | 64 | 17 | 0 | 15 | C2 | 64 | 27 |
| Octal | 0 | 233 | 311 | 144 | 27 | 0 | 25 | 302 | 144 | 47 |
| Binary | 0 | 10011011 | 11001001 | 1100100 | 10111 | 0 | 10101 | 11000010 | 1100100 | 100111 |
Color Harmonies of #009BC9
Complementary color
Monochromatic Colors of #009BC9
Black with #009BC9
Text Example
Text Example
White with #009BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BC9; }
p { color: rgb(0,155,201); }
H1.HeaderClassName
{
color: #009BC9;
}
.AnyTagClassName
{
color: #009BC9;
}
</style>
background-color css
<style>
a { background-color: #009BC9; }
a { background-color: rgb(0,155,201); }
div.DivClassName
{
background-color: #009BC9;
}
.BgClassName
{
background-color: #009BC9;
}
</style>
border-color css
<style>
span { border-color: #009BC9; }
span { border-color: rgb(0,155,201); }
td.TdClassName
{
border-color: #009BC9;
}
.TagClassName
{
border-color: #009BC9;
}
</style>