Shades of Pacific Blue #009CDD
Tints of Pacific Blue #009CDD
RGB
CMYK
RGB Variations
Color information
#009CDD (or 0x009CDD) is known color: Pacific Blue. HEX triplet: 00, 9C and DD. RGB value is (0,156,221). Sum of RGB (Red+Green+Blue) = 0+156+221=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #009CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDD is #FF6322. Grayscale: #747474. Windows color (decimal): -16737059 or 14523392. OLE color: 14523392.
HSL color Cylindrical-coordinate representation of color #009CDD: hue angle of 197.65º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CDD is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 156 | 221 | - |
| CMYK | 1 | 0.29 | 0 | 0.13 |
| HSL | 197.65º | 1% | 0.43% | - |
| HSV(B) | 197.65º | 1% | 0.87% | - |
| XYZ | 24.94 | 29 | 72.69 | - |
| YUV | 116.77 | 186.82 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 221 | 1 | 0.29 | 0 | 0.13 | 197.65 | 1 | 0.43 |
| Hex | 0 | 9C | DD | 64 | 1D | 0 | D | C6 | 64 | 2B |
| Octal | 0 | 234 | 335 | 144 | 35 | 0 | 15 | 306 | 144 | 53 |
| Binary | 0 | 10011100 | 11011101 | 1100100 | 11101 | 0 | 1101 | 11000110 | 1100100 | 101011 |
Color Harmonies of #009CDD
Complementary color
Monochromatic Colors of #009CDD
Black with #009CDD
Text Example
Text Example
White with #009CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CDD; }
p { color: rgb(0,156,221); }
H1.HeaderClassName
{
color: #009CDD;
}
.AnyTagClassName
{
color: #009CDD;
}
</style>
background-color css
<style>
a { background-color: #009CDD; }
a { background-color: rgb(0,156,221); }
div.DivClassName
{
background-color: #009CDD;
}
.BgClassName
{
background-color: #009CDD;
}
</style>
border-color css
<style>
span { border-color: #009CDD; }
span { border-color: rgb(0,156,221); }
td.TdClassName
{
border-color: #009CDD;
}
.TagClassName
{
border-color: #009CDD;
}
</style>