Shades of Pacific Blue #009BE9
Tints of Pacific Blue #009BE9
RGB
CMYK
RGB Variations
Color information
#009BE9 (or 0x009BE9) is known color: Pacific Blue. HEX triplet: 00, 9B and E9. RGB value is (0,155,233). Sum of RGB (Red+Green+Blue) = 0+155+233=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #009BE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BE9 is #FF6416. Grayscale: #757575. Windows color (decimal): -16737303 or 15309568. OLE color: 15309568.
HSL color Cylindrical-coordinate representation of color #009BE9: hue angle of 200.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BE9 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 155 | 233 | - |
| CMYK | 1 | 0.33 | 0 | 0.09 |
| HSL | 200.09º | 1% | 0.46% | - |
| HSV(B) | 200.09º | 1% | 0.91% | - |
| XYZ | 26.43 | 29.33 | 81.36 | - |
| YUV | 117.55 | 193.15 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 233 | 1 | 0.33 | 0 | 0.09 | 200.09 | 1 | 0.46 |
| Hex | 0 | 9B | E9 | 64 | 21 | 0 | 9 | C8 | 64 | 2E |
| Octal | 0 | 233 | 351 | 144 | 41 | 0 | 11 | 310 | 144 | 56 |
| Binary | 0 | 10011011 | 11101001 | 1100100 | 100001 | 0 | 1001 | 11001000 | 1100100 | 101110 |
Color Harmonies of #009BE9
Complementary color
Monochromatic Colors of #009BE9
Black with #009BE9
Text Example
Text Example
White with #009BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BE9; }
p { color: rgb(0,155,233); }
H1.HeaderClassName
{
color: #009BE9;
}
.AnyTagClassName
{
color: #009BE9;
}
</style>
background-color css
<style>
a { background-color: #009BE9; }
a { background-color: rgb(0,155,233); }
div.DivClassName
{
background-color: #009BE9;
}
.BgClassName
{
background-color: #009BE9;
}
</style>
border-color css
<style>
span { border-color: #009BE9; }
span { border-color: rgb(0,155,233); }
td.TdClassName
{
border-color: #009BE9;
}
.TagClassName
{
border-color: #009BE9;
}
</style>