Shades of Pacific Blue #009BCD
Tints of Pacific Blue #009BCD
RGB
CMYK
RGB Variations
Color information
#009BCD (or 0x009BCD) is known color: Pacific Blue. HEX triplet: 00, 9B and CD. RGB value is (0,155,205). Sum of RGB (Red+Green+Blue) = 0+155+205=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #009BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BCD is #FF6432. Grayscale: #717171. Windows color (decimal): -16737331 or 13474560. OLE color: 13474560.
HSL color Cylindrical-coordinate representation of color #009BCD: hue angle of 194.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BCD is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 155 | 205 | - |
| CMYK | 1 | 0.24 | 0 | 0.20 |
| HSL | 194.63º | 1% | 0.4% | - |
| HSV(B) | 194.63º | 1% | 0.8% | - |
| XYZ | 22.74 | 27.85 | 61.93 | - |
| YUV | 114.36 | 179.15 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 205 | 1 | 0.24 | 0 | 0.20 | 194.63 | 1 | 0.4 |
| Hex | 0 | 9B | CD | 64 | 18 | 0 | 14 | C3 | 64 | 28 |
| Octal | 0 | 233 | 315 | 144 | 30 | 0 | 24 | 303 | 144 | 50 |
| Binary | 0 | 10011011 | 11001101 | 1100100 | 11000 | 0 | 10100 | 11000011 | 1100100 | 101000 |
Color Harmonies of #009BCD
Complementary color
Monochromatic Colors of #009BCD
Black with #009BCD
Text Example
Text Example
White with #009BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BCD; }
p { color: rgb(0,155,205); }
H1.HeaderClassName
{
color: #009BCD;
}
.AnyTagClassName
{
color: #009BCD;
}
</style>
background-color css
<style>
a { background-color: #009BCD; }
a { background-color: rgb(0,155,205); }
div.DivClassName
{
background-color: #009BCD;
}
.BgClassName
{
background-color: #009BCD;
}
</style>
border-color css
<style>
span { border-color: #009BCD; }
span { border-color: rgb(0,155,205); }
td.TdClassName
{
border-color: #009BCD;
}
.TagClassName
{
border-color: #009BCD;
}
</style>