Shades of Pacific Blue #009BD5
Tints of Pacific Blue #009BD5
RGB
CMYK
RGB Variations
Color information
#009BD5 (or 0x009BD5) is known color: Pacific Blue. HEX triplet: 00, 9B and D5. RGB value is (0,155,213). Sum of RGB (Red+Green+Blue) = 0+155+213=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #009BD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BD5 is #FF642A. Grayscale: #727272. Windows color (decimal): -16737323 or 13998848. OLE color: 13998848.
HSL color Cylindrical-coordinate representation of color #009BD5: hue angle of 196.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BD5 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 155 | 213 | - |
| CMYK | 1 | 0.27 | 0 | 0.16 |
| HSL | 196.34º | 1% | 0.42% | - |
| HSV(B) | 196.34º | 1% | 0.84% | - |
| XYZ | 23.73 | 28.25 | 67.15 | - |
| YUV | 115.27 | 183.15 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 213 | 1 | 0.27 | 0 | 0.16 | 196.34 | 1 | 0.42 |
| Hex | 0 | 9B | D5 | 64 | 1B | 0 | 10 | C4 | 64 | 2A |
| Octal | 0 | 233 | 325 | 144 | 33 | 0 | 20 | 304 | 144 | 52 |
| Binary | 0 | 10011011 | 11010101 | 1100100 | 11011 | 0 | 10000 | 11000100 | 1100100 | 101010 |
Color Harmonies of #009BD5
Complementary color
Monochromatic Colors of #009BD5
Black with #009BD5
Text Example
Text Example
White with #009BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BD5; }
p { color: rgb(0,155,213); }
H1.HeaderClassName
{
color: #009BD5;
}
.AnyTagClassName
{
color: #009BD5;
}
</style>
background-color css
<style>
a { background-color: #009BD5; }
a { background-color: rgb(0,155,213); }
div.DivClassName
{
background-color: #009BD5;
}
.BgClassName
{
background-color: #009BD5;
}
</style>
border-color css
<style>
span { border-color: #009BD5; }
span { border-color: rgb(0,155,213); }
td.TdClassName
{
border-color: #009BD5;
}
.TagClassName
{
border-color: #009BD5;
}
</style>