Shades of Pacific Blue #009CE7
Tints of Pacific Blue #009CE7
RGB
CMYK
RGB Variations
Color information
#009CE7 (or 0x009CE7) is known color: Pacific Blue. HEX triplet: 00, 9C and E7. RGB value is (0,156,231). Sum of RGB (Red+Green+Blue) = 0+156+231=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 231 (90.62% from 255 or 59.69% from 387); Max value from RGB is 231 - color contains mainly: blue. Hex color #009CE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CE7 is #FF6318. Grayscale: #757575. Windows color (decimal): -16737049 or 15178752. OLE color: 15178752.
HSL color Cylindrical-coordinate representation of color #009CE7: hue angle of 199.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CE7 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 156 | 231 | - |
| CMYK | 1 | 0.32 | 0 | 0.09 |
| HSL | 199.48º | 1% | 0.45% | - |
| HSV(B) | 199.48º | 1% | 0.91% | - |
| XYZ | 26.31 | 29.55 | 79.92 | - |
| YUV | 117.91 | 191.82 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 231 | 1 | 0.32 | 0 | 0.09 | 199.48 | 1 | 0.45 |
| Hex | 0 | 9C | E7 | 64 | 20 | 0 | 9 | C7 | 64 | 2D |
| Octal | 0 | 234 | 347 | 144 | 40 | 0 | 11 | 307 | 144 | 55 |
| Binary | 0 | 10011100 | 11100111 | 1100100 | 100000 | 0 | 1001 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009CE7
Complementary color
Monochromatic Colors of #009CE7
Black with #009CE7
Text Example
Text Example
White with #009CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CE7; }
p { color: rgb(0,156,231); }
H1.HeaderClassName
{
color: #009CE7;
}
.AnyTagClassName
{
color: #009CE7;
}
</style>
background-color css
<style>
a { background-color: #009CE7; }
a { background-color: rgb(0,156,231); }
div.DivClassName
{
background-color: #009CE7;
}
.BgClassName
{
background-color: #009CE7;
}
</style>
border-color css
<style>
span { border-color: #009CE7; }
span { border-color: rgb(0,156,231); }
td.TdClassName
{
border-color: #009CE7;
}
.TagClassName
{
border-color: #009CE7;
}
</style>