Shades of Pacific Blue #009DBB
Tints of Pacific Blue #009DBB
RGB
CMYK
RGB Variations
Color information
#009DBB (or 0x009DBB) is known color: Pacific Blue. HEX triplet: 00, 9D and BB. RGB value is (0,157,187). Sum of RGB (Red+Green+Blue) = 0+157+187=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #009DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DBB is #FF6244. Grayscale: #717171. Windows color (decimal): -16736837 or 12295424. OLE color: 12295424.
HSL color Cylindrical-coordinate representation of color #009DBB: hue angle of 189.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DBB is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 157 | 187 | - |
| CMYK | 1 | 0.16 | 0 | 0.27 |
| HSL | 189.63º | 1% | 0.37% | - |
| HSV(B) | 189.63º | 1% | 0.73% | - |
| XYZ | 21.03 | 27.7 | 51.25 | - |
| YUV | 113.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 187 | 1 | 0.16 | 0 | 0.27 | 189.63 | 1 | 0.37 |
| Hex | 0 | 9D | BB | 64 | 10 | 0 | 1B | BE | 64 | 25 |
| Octal | 0 | 235 | 273 | 144 | 20 | 0 | 33 | 276 | 144 | 45 |
| Binary | 0 | 10011101 | 10111011 | 1100100 | 10000 | 0 | 11011 | 10111110 | 1100100 | 100101 |
Color Harmonies of #009DBB
Complementary color
Monochromatic Colors of #009DBB
Black with #009DBB
Text Example
Text Example
White with #009DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DBB; }
p { color: rgb(0,157,187); }
H1.HeaderClassName
{
color: #009DBB;
}
.AnyTagClassName
{
color: #009DBB;
}
</style>
background-color css
<style>
a { background-color: #009DBB; }
a { background-color: rgb(0,157,187); }
div.DivClassName
{
background-color: #009DBB;
}
.BgClassName
{
background-color: #009DBB;
}
</style>
border-color css
<style>
span { border-color: #009DBB; }
span { border-color: rgb(0,157,187); }
td.TdClassName
{
border-color: #009DBB;
}
.TagClassName
{
border-color: #009DBB;
}
</style>