Shades of Pacific Blue #009CE5
Tints of Pacific Blue #009CE5
RGB
CMYK
RGB Variations
Color information
#009CE5 (or 0x009CE5) is known color: Pacific Blue. HEX triplet: 00, 9C and E5. RGB value is (0,156,229). Sum of RGB (Red+Green+Blue) = 0+156+229=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #009CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CE5 is #FF631A. Grayscale: #757575. Windows color (decimal): -16737051 or 15047680. OLE color: 15047680.
HSL color Cylindrical-coordinate representation of color #009CE5: hue angle of 199.13º 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 #009CE5 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 156 | 229 | - |
| CMYK | 1 | 0.32 | 0 | 0.10 |
| HSL | 199.13º | 1% | 0.45% | - |
| HSV(B) | 199.13º | 1% | 0.9% | - |
| XYZ | 26.03 | 29.43 | 78.44 | - |
| YUV | 117.68 | 190.82 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 229 | 1 | 0.32 | 0 | 0.10 | 199.13 | 1 | 0.45 |
| Hex | 0 | 9C | E5 | 64 | 20 | 0 | A | C7 | 64 | 2D |
| Octal | 0 | 234 | 345 | 144 | 40 | 0 | 12 | 307 | 144 | 55 |
| Binary | 0 | 10011100 | 11100101 | 1100100 | 100000 | 0 | 1010 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009CE5
Complementary color
Monochromatic Colors of #009CE5
Black with #009CE5
Text Example
Text Example
White with #009CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CE5; }
p { color: rgb(0,156,229); }
H1.HeaderClassName
{
color: #009CE5;
}
.AnyTagClassName
{
color: #009CE5;
}
</style>
background-color css
<style>
a { background-color: #009CE5; }
a { background-color: rgb(0,156,229); }
div.DivClassName
{
background-color: #009CE5;
}
.BgClassName
{
background-color: #009CE5;
}
</style>
border-color css
<style>
span { border-color: #009CE5; }
span { border-color: rgb(0,156,229); }
td.TdClassName
{
border-color: #009CE5;
}
.TagClassName
{
border-color: #009CE5;
}
</style>