Shades of Pacific Blue #009BDE
Tints of Pacific Blue #009BDE
RGB
CMYK
RGB Variations
Color information
#009BDE (or 0x009BDE) is known color: Pacific Blue. HEX triplet: 00, 9B and DE. RGB value is (0,155,222). Sum of RGB (Red+Green+Blue) = 0+155+222=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #009BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BDE is #FF6421. Grayscale: #737373. Windows color (decimal): -16737314 or 14588672. OLE color: 14588672.
HSL color Cylindrical-coordinate representation of color #009BDE: hue angle of 198.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BDE is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 155 | 222 | - |
| CMYK | 1 | 0.30 | 0 | 0.13 |
| HSL | 198.11º | 1% | 0.44% | - |
| HSV(B) | 198.11º | 1% | 0.87% | - |
| XYZ | 24.91 | 28.72 | 73.34 | - |
| YUV | 116.29 | 187.65 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 222 | 1 | 0.30 | 0 | 0.13 | 198.11 | 1 | 0.44 |
| Hex | 0 | 9B | DE | 64 | 1E | 0 | D | C6 | 64 | 2C |
| Octal | 0 | 233 | 336 | 144 | 36 | 0 | 15 | 306 | 144 | 54 |
| Binary | 0 | 10011011 | 11011110 | 1100100 | 11110 | 0 | 1101 | 11000110 | 1100100 | 101100 |
Color Harmonies of #009BDE
Complementary color
Monochromatic Colors of #009BDE
Black with #009BDE
Text Example
Text Example
White with #009BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BDE; }
p { color: rgb(0,155,222); }
H1.HeaderClassName
{
color: #009BDE;
}
.AnyTagClassName
{
color: #009BDE;
}
</style>
background-color css
<style>
a { background-color: #009BDE; }
a { background-color: rgb(0,155,222); }
div.DivClassName
{
background-color: #009BDE;
}
.BgClassName
{
background-color: #009BDE;
}
</style>
border-color css
<style>
span { border-color: #009BDE; }
span { border-color: rgb(0,155,222); }
td.TdClassName
{
border-color: #009BDE;
}
.TagClassName
{
border-color: #009BDE;
}
</style>