Shades of Pacific Blue #009DDC
Tints of Pacific Blue #009DDC
RGB
CMYK
RGB Variations
Color information
#009DDC (or 0x009DDC) is known color: Pacific Blue. HEX triplet: 00, 9D and DC. RGB value is (0,157,220). Sum of RGB (Red+Green+Blue) = 0+157+220=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #009DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DDC is #FF6223. Grayscale: #747474. Windows color (decimal): -16736804 or 14458112. OLE color: 14458112.
HSL color Cylindrical-coordinate representation of color #009DDC: hue angle of 197.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DDC is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 157 | 220 | - |
| CMYK | 1 | 0.29 | 0 | 0.14 |
| HSL | 197.18º | 1% | 0.43% | - |
| HSV(B) | 197.18º | 1% | 0.86% | - |
| XYZ | 24.98 | 29.28 | 72.05 | - |
| YUV | 117.24 | 185.99 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 220 | 1 | 0.29 | 0 | 0.14 | 197.18 | 1 | 0.43 |
| Hex | 0 | 9D | DC | 64 | 1D | 0 | E | C5 | 64 | 2B |
| Octal | 0 | 235 | 334 | 144 | 35 | 0 | 16 | 305 | 144 | 53 |
| Binary | 0 | 10011101 | 11011100 | 1100100 | 11101 | 0 | 1110 | 11000101 | 1100100 | 101011 |
Color Harmonies of #009DDC
Complementary color
Monochromatic Colors of #009DDC
Black with #009DDC
Text Example
Text Example
White with #009DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DDC; }
p { color: rgb(0,157,220); }
H1.HeaderClassName
{
color: #009DDC;
}
.AnyTagClassName
{
color: #009DDC;
}
</style>
background-color css
<style>
a { background-color: #009DDC; }
a { background-color: rgb(0,157,220); }
div.DivClassName
{
background-color: #009DDC;
}
.BgClassName
{
background-color: #009DDC;
}
</style>
border-color css
<style>
span { border-color: #009DDC; }
span { border-color: rgb(0,157,220); }
td.TdClassName
{
border-color: #009DDC;
}
.TagClassName
{
border-color: #009DDC;
}
</style>