Shades of Pacific Blue #009CBD
Tints of Pacific Blue #009CBD
RGB
CMYK
RGB Variations
Color information
#009CBD (or 0x009CBD) is known color: Pacific Blue. HEX triplet: 00, 9C and BD. RGB value is (0,156,189). Sum of RGB (Red+Green+Blue) = 0+156+189=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #009CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CBD is #FF6342. Grayscale: #707070. Windows color (decimal): -16737091 or 12426240. OLE color: 12426240.
HSL color Cylindrical-coordinate representation of color #009CBD: hue angle of 190.48º 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 #009CBD is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 156 | 189 | - |
| CMYK | 1 | 0.17 | 0 | 0.26 |
| HSL | 190.48º | 1% | 0.37% | - |
| HSV(B) | 190.48º | 1% | 0.74% | - |
| XYZ | 21.07 | 27.45 | 52.33 | - |
| YUV | 113.12 | 170.82 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 189 | 1 | 0.17 | 0 | 0.26 | 190.48 | 1 | 0.37 |
| Hex | 0 | 9C | BD | 64 | 11 | 0 | 1A | BE | 64 | 25 |
| Octal | 0 | 234 | 275 | 144 | 21 | 0 | 32 | 276 | 144 | 45 |
| Binary | 0 | 10011100 | 10111101 | 1100100 | 10001 | 0 | 11010 | 10111110 | 1100100 | 100101 |
Color Harmonies of #009CBD
Complementary color
Monochromatic Colors of #009CBD
Black with #009CBD
Text Example
Text Example
White with #009CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CBD; }
p { color: rgb(0,156,189); }
H1.HeaderClassName
{
color: #009CBD;
}
.AnyTagClassName
{
color: #009CBD;
}
</style>
background-color css
<style>
a { background-color: #009CBD; }
a { background-color: rgb(0,156,189); }
div.DivClassName
{
background-color: #009CBD;
}
.BgClassName
{
background-color: #009CBD;
}
</style>
border-color css
<style>
span { border-color: #009CBD; }
span { border-color: rgb(0,156,189); }
td.TdClassName
{
border-color: #009CBD;
}
.TagClassName
{
border-color: #009CBD;
}
</style>