Shades of Pacific Blue #009CE6
Tints of Pacific Blue #009CE6
RGB
CMYK
RGB Variations
Color information
#009CE6 (or 0x009CE6) is known color: Pacific Blue. HEX triplet: 00, 9C and E6. RGB value is (0,156,230). Sum of RGB (Red+Green+Blue) = 0+156+230=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #009CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CE6 is #FF6319. Grayscale: #757575. Windows color (decimal): -16737050 or 15113216. OLE color: 15113216.
HSL color Cylindrical-coordinate representation of color #009CE6: hue angle of 199.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CE6 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 156 | 230 | - |
| CMYK | 1 | 0.32 | 0 | 0.10 |
| HSL | 199.3º | 1% | 0.45% | - |
| HSV(B) | 199.3º | 1% | 0.9% | - |
| XYZ | 26.17 | 29.49 | 79.18 | - |
| YUV | 117.79 | 191.32 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 230 | 1 | 0.32 | 0 | 0.10 | 199.3 | 1 | 0.45 |
| Hex | 0 | 9C | E6 | 64 | 20 | 0 | A | C7 | 64 | 2D |
| Octal | 0 | 234 | 346 | 144 | 40 | 0 | 12 | 307 | 144 | 55 |
| Binary | 0 | 10011100 | 11100110 | 1100100 | 100000 | 0 | 1010 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009CE6
Complementary color
Monochromatic Colors of #009CE6
Black with #009CE6
Text Example
Text Example
White with #009CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CE6; }
p { color: rgb(0,156,230); }
H1.HeaderClassName
{
color: #009CE6;
}
.AnyTagClassName
{
color: #009CE6;
}
</style>
background-color css
<style>
a { background-color: #009CE6; }
a { background-color: rgb(0,156,230); }
div.DivClassName
{
background-color: #009CE6;
}
.BgClassName
{
background-color: #009CE6;
}
</style>
border-color css
<style>
span { border-color: #009CE6; }
span { border-color: rgb(0,156,230); }
td.TdClassName
{
border-color: #009CE6;
}
.TagClassName
{
border-color: #009CE6;
}
</style>