Shades of Pacific Blue #009CBC
Tints of Pacific Blue #009CBC
RGB
CMYK
RGB Variations
Color information
#009CBC (or 0x009CBC) is known color: Pacific Blue. HEX triplet: 00, 9C and BC. RGB value is (0,156,188). Sum of RGB (Red+Green+Blue) = 0+156+188=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #009CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CBC is #FF6343. Grayscale: #707070. Windows color (decimal): -16737092 or 12360704. OLE color: 12360704.
HSL color Cylindrical-coordinate representation of color #009CBC: hue angle of 190.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CBC is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 156 | 188 | - |
| CMYK | 1 | 0.17 | 0 | 0.26 |
| HSL | 190.21º | 1% | 0.37% | - |
| HSV(B) | 190.21º | 1% | 0.74% | - |
| XYZ | 20.97 | 27.41 | 51.76 | - |
| YUV | 113 | 170.32 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 188 | 1 | 0.17 | 0 | 0.26 | 190.21 | 1 | 0.37 |
| Hex | 0 | 9C | BC | 64 | 11 | 0 | 1A | BE | 64 | 25 |
| Octal | 0 | 234 | 274 | 144 | 21 | 0 | 32 | 276 | 144 | 45 |
| Binary | 0 | 10011100 | 10111100 | 1100100 | 10001 | 0 | 11010 | 10111110 | 1100100 | 100101 |
Color Harmonies of #009CBC
Complementary color
Monochromatic Colors of #009CBC
Black with #009CBC
Text Example
Text Example
White with #009CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CBC; }
p { color: rgb(0,156,188); }
H1.HeaderClassName
{
color: #009CBC;
}
.AnyTagClassName
{
color: #009CBC;
}
</style>
background-color css
<style>
a { background-color: #009CBC; }
a { background-color: rgb(0,156,188); }
div.DivClassName
{
background-color: #009CBC;
}
.BgClassName
{
background-color: #009CBC;
}
</style>
border-color css
<style>
span { border-color: #009CBC; }
span { border-color: rgb(0,156,188); }
td.TdClassName
{
border-color: #009CBC;
}
.TagClassName
{
border-color: #009CBC;
}
</style>