Shades of Pacific Blue #009CC4
Tints of Pacific Blue #009CC4
RGB
CMYK
RGB Variations
Color information
#009CC4 (or 0x009CC4) is known color: Pacific Blue. HEX triplet: 00, 9C and C4. RGB value is (0,156,196). Sum of RGB (Red+Green+Blue) = 0+156+196=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #009CC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CC4 is #FF633B. Grayscale: #717171. Windows color (decimal): -16737084 or 12884992. OLE color: 12884992.
HSL color Cylindrical-coordinate representation of color #009CC4: hue angle of 192.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CC4 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 156 | 196 | - |
| CMYK | 1 | 0.20 | 0 | 0.23 |
| HSL | 192.24º | 1% | 0.38% | - |
| HSV(B) | 192.24º | 1% | 0.77% | - |
| XYZ | 21.85 | 27.76 | 56.43 | - |
| YUV | 113.92 | 174.32 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 196 | 1 | 0.20 | 0 | 0.23 | 192.24 | 1 | 0.38 |
| Hex | 0 | 9C | C4 | 64 | 14 | 0 | 17 | C0 | 64 | 26 |
| Octal | 0 | 234 | 304 | 144 | 24 | 0 | 27 | 300 | 144 | 46 |
| Binary | 0 | 10011100 | 11000100 | 1100100 | 10100 | 0 | 10111 | 11000000 | 1100100 | 100110 |
Color Harmonies of #009CC4
Complementary color
Monochromatic Colors of #009CC4
Black with #009CC4
Text Example
Text Example
White with #009CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CC4; }
p { color: rgb(0,156,196); }
H1.HeaderClassName
{
color: #009CC4;
}
.AnyTagClassName
{
color: #009CC4;
}
</style>
background-color css
<style>
a { background-color: #009CC4; }
a { background-color: rgb(0,156,196); }
div.DivClassName
{
background-color: #009CC4;
}
.BgClassName
{
background-color: #009CC4;
}
</style>
border-color css
<style>
span { border-color: #009CC4; }
span { border-color: rgb(0,156,196); }
td.TdClassName
{
border-color: #009CC4;
}
.TagClassName
{
border-color: #009CC4;
}
</style>