Shades of Pacific Blue #009DC4
Tints of Pacific Blue #009DC4
RGB
CMYK
RGB Variations
Color information
#009DC4 (or 0x009DC4) is known color: Pacific Blue. HEX triplet: 00, 9D and C4. RGB value is (0,157,196). Sum of RGB (Red+Green+Blue) = 0+157+196=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #009DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DC4 is #FF623B. Grayscale: #727272. Windows color (decimal): -16736828 or 12885248. OLE color: 12885248.
HSL color Cylindrical-coordinate representation of color #009DC4: hue angle of 191.94º 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 #009DC4 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 0 | 157 | 196 | - |
CMYK | 1 | 0.20 | 0 | 0.23 |
HSL | 191.94º | 1% | 0.38% | - |
HSV(B) | 191.94º | 1% | 0.77% | - |
XYZ | 22.02 | 28.1 | 56.49 | - |
YUV | 114.5 | 173.99 | 46.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 157 | 196 | 1 | 0.20 | 0 | 0.23 | 191.94 | 1 | 0.38 |
Hex | 0 | 9D | C4 | 64 | 14 | 0 | 17 | C0 | 64 | 26 |
Octal | 0 | 235 | 304 | 144 | 24 | 0 | 27 | 300 | 144 | 46 |
Binary | 0 | 10011101 | 11000100 | 1100100 | 10100 | 0 | 10111 | 11000000 | 1100100 | 100110 |
Color Harmonies of #009DC4
Complementary color
Monochromatic Colors of #009DC4
Black with #009DC4
Text Example
Text Example
White with #009DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DC4; }
p { color: rgb(0,157,196); }
H1.HeaderClassName
{
color: #009DC4;
}
.AnyTagClassName
{
color: #009DC4;
}
</style>
background-color css
<style>
a { background-color: #009DC4; }
a { background-color: rgb(0,157,196); }
div.DivClassName
{
background-color: #009DC4;
}
.BgClassName
{
background-color: #009DC4;
}
</style>
border-color css
<style>
span { border-color: #009DC4; }
span { border-color: rgb(0,157,196); }
td.TdClassName
{
border-color: #009DC4;
}
.TagClassName
{
border-color: #009DC4;
}
</style>