Shades of Pacific Blue #009DEA
Tints of Pacific Blue #009DEA
RGB
CMYK
RGB Variations
Color information
#009DEA (or 0x009DEA) is known color: Pacific Blue. HEX triplet: 00, 9D and EA. RGB value is (0,157,234). Sum of RGB (Red+Green+Blue) = 0+157+234=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #009DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009DEA is #FF6215. Grayscale: #767676. Windows color (decimal): -16736790 or 15375616. OLE color: 15375616.
HSL color Cylindrical-coordinate representation of color #009DEA: hue angle of 199.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DEA is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 157 | 234 | - |
| CMYK | 1 | 0.33 | 0 | 0.08 |
| HSL | 199.74º | 1% | 0.46% | - |
| HSV(B) | 199.74º | 1% | 0.92% | - |
| XYZ | 26.91 | 30.05 | 82.22 | - |
| YUV | 118.84 | 192.99 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 234 | 1 | 0.33 | 0 | 0.08 | 199.74 | 1 | 0.46 |
| Hex | 0 | 9D | EA | 64 | 21 | 0 | 8 | C8 | 64 | 2E |
| Octal | 0 | 235 | 352 | 144 | 41 | 0 | 10 | 310 | 144 | 56 |
| Binary | 0 | 10011101 | 11101010 | 1100100 | 100001 | 0 | 1000 | 11001000 | 1100100 | 101110 |
Color Harmonies of #009DEA
Complementary color
Monochromatic Colors of #009DEA
Black with #009DEA
Text Example
Text Example
White with #009DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DEA; }
p { color: rgb(0,157,234); }
H1.HeaderClassName
{
color: #009DEA;
}
.AnyTagClassName
{
color: #009DEA;
}
</style>
background-color css
<style>
a { background-color: #009DEA; }
a { background-color: rgb(0,157,234); }
div.DivClassName
{
background-color: #009DEA;
}
.BgClassName
{
background-color: #009DEA;
}
</style>
border-color css
<style>
span { border-color: #009DEA; }
span { border-color: rgb(0,157,234); }
td.TdClassName
{
border-color: #009DEA;
}
.TagClassName
{
border-color: #009DEA;
}
</style>