Shades of Pacific Blue #009DDA
Tints of Pacific Blue #009DDA
RGB
CMYK
RGB Variations
Color information
#009DDA (or 0x009DDA) is known color: Pacific Blue. HEX triplet: 00, 9D and DA. RGB value is (0,157,218). Sum of RGB (Red+Green+Blue) = 0+157+218=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #009DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DDA is #FF6225. Grayscale: #747474. Windows color (decimal): -16736806 or 14327040. OLE color: 14327040.
HSL color Cylindrical-coordinate representation of color #009DDA: hue angle of 196.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DDA is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 157 | 218 | - |
| CMYK | 1 | 0.28 | 0 | 0.15 |
| HSL | 196.79º | 1% | 0.43% | - |
| HSV(B) | 196.79º | 1% | 0.85% | - |
| XYZ | 24.71 | 29.18 | 70.66 | - |
| YUV | 117.01 | 184.99 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 218 | 1 | 0.28 | 0 | 0.15 | 196.79 | 1 | 0.43 |
| Hex | 0 | 9D | DA | 64 | 1C | 0 | F | C5 | 64 | 2B |
| Octal | 0 | 235 | 332 | 144 | 34 | 0 | 17 | 305 | 144 | 53 |
| Binary | 0 | 10011101 | 11011010 | 1100100 | 11100 | 0 | 1111 | 11000101 | 1100100 | 101011 |
Color Harmonies of #009DDA
Complementary color
Monochromatic Colors of #009DDA
Black with #009DDA
Text Example
Text Example
White with #009DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DDA; }
p { color: rgb(0,157,218); }
H1.HeaderClassName
{
color: #009DDA;
}
.AnyTagClassName
{
color: #009DDA;
}
</style>
background-color css
<style>
a { background-color: #009DDA; }
a { background-color: rgb(0,157,218); }
div.DivClassName
{
background-color: #009DDA;
}
.BgClassName
{
background-color: #009DDA;
}
</style>
border-color css
<style>
span { border-color: #009DDA; }
span { border-color: rgb(0,157,218); }
td.TdClassName
{
border-color: #009DDA;
}
.TagClassName
{
border-color: #009DDA;
}
</style>