Shades of Pacific Blue #009BDF
Tints of Pacific Blue #009BDF
RGB
CMYK
RGB Variations
Color information
#009BDF (or 0x009BDF) is known color: Pacific Blue. HEX triplet: 00, 9B and DF. RGB value is (0,155,223). Sum of RGB (Red+Green+Blue) = 0+155+223=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #009BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BDF is #FF6420. Grayscale: #737373. Windows color (decimal): -16737313 or 14654208. OLE color: 14654208.
HSL color Cylindrical-coordinate representation of color #009BDF: hue angle of 198.3º 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 #009BDF is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 155 | 223 | - |
| CMYK | 1 | 0.30 | 0 | 0.13 |
| HSL | 198.3º | 1% | 0.44% | - |
| HSV(B) | 198.3º | 1% | 0.87% | - |
| XYZ | 25.04 | 28.77 | 74.05 | - |
| YUV | 116.41 | 188.15 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 223 | 1 | 0.30 | 0 | 0.13 | 198.3 | 1 | 0.44 |
| Hex | 0 | 9B | DF | 64 | 1E | 0 | D | C6 | 64 | 2C |
| Octal | 0 | 233 | 337 | 144 | 36 | 0 | 15 | 306 | 144 | 54 |
| Binary | 0 | 10011011 | 11011111 | 1100100 | 11110 | 0 | 1101 | 11000110 | 1100100 | 101100 |
Color Harmonies of #009BDF
Complementary color
Monochromatic Colors of #009BDF
Black with #009BDF
Text Example
Text Example
White with #009BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BDF; }
p { color: rgb(0,155,223); }
H1.HeaderClassName
{
color: #009BDF;
}
.AnyTagClassName
{
color: #009BDF;
}
</style>
background-color css
<style>
a { background-color: #009BDF; }
a { background-color: rgb(0,155,223); }
div.DivClassName
{
background-color: #009BDF;
}
.BgClassName
{
background-color: #009BDF;
}
</style>
border-color css
<style>
span { border-color: #009BDF; }
span { border-color: rgb(0,155,223); }
td.TdClassName
{
border-color: #009BDF;
}
.TagClassName
{
border-color: #009BDF;
}
</style>