Shades of Pacific Blue #009ECB
Tints of Pacific Blue #009ECB
RGB
CMYK
RGB Variations
Color information
#009ECB (or 0x009ECB) is known color: Pacific Blue. HEX triplet: 00, 9E and CB. RGB value is (0,158,203). Sum of RGB (Red+Green+Blue) = 0+158+203=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #009ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ECB is #FF6134. Grayscale: #737373. Windows color (decimal): -16736565 or 13344256. OLE color: 13344256.
HSL color Cylindrical-coordinate representation of color #009ECB: hue angle of 193.3º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ECB is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 158 | 203 | - |
| CMYK | 1 | 0.22 | 0 | 0.20 |
| HSL | 193.3º | 1% | 0.4% | - |
| HSV(B) | 193.3º | 1% | 0.8% | - |
| XYZ | 23.01 | 28.77 | 60.84 | - |
| YUV | 115.89 | 177.15 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 203 | 1 | 0.22 | 0 | 0.20 | 193.3 | 1 | 0.4 |
| Hex | 0 | 9E | CB | 64 | 16 | 0 | 14 | C1 | 64 | 28 |
| Octal | 0 | 236 | 313 | 144 | 26 | 0 | 24 | 301 | 144 | 50 |
| Binary | 0 | 10011110 | 11001011 | 1100100 | 10110 | 0 | 10100 | 11000001 | 1100100 | 101000 |
Color Harmonies of #009ECB
Complementary color
Monochromatic Colors of #009ECB
Black with #009ECB
Text Example
Text Example
White with #009ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009ECB; }
p { color: rgb(0,158,203); }
H1.HeaderClassName
{
color: #009ECB;
}
.AnyTagClassName
{
color: #009ECB;
}
</style>
background-color css
<style>
a { background-color: #009ECB; }
a { background-color: rgb(0,158,203); }
div.DivClassName
{
background-color: #009ECB;
}
.BgClassName
{
background-color: #009ECB;
}
</style>
border-color css
<style>
span { border-color: #009ECB; }
span { border-color: rgb(0,158,203); }
td.TdClassName
{
border-color: #009ECB;
}
.TagClassName
{
border-color: #009ECB;
}
</style>