Shades of Pacific Blue #009EDF
Tints of Pacific Blue #009EDF
RGB
CMYK
RGB Variations
Color information
#009EDF (or 0x009EDF) is known color: Pacific Blue. HEX triplet: 00, 9E and DF. RGB value is (0,158,223). Sum of RGB (Red+Green+Blue) = 0+158+223=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #009EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EDF is #FF6120. Grayscale: #757575. Windows color (decimal): -16736545 or 14654976. OLE color: 14654976.
HSL color Cylindrical-coordinate representation of color #009EDF: hue angle of 197.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EDF is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 158 | 223 | - |
| CMYK | 1 | 0.29 | 0 | 0.13 |
| HSL | 197.49º | 1% | 0.44% | - |
| HSV(B) | 197.49º | 1% | 0.87% | - |
| XYZ | 25.55 | 29.78 | 74.21 | - |
| YUV | 118.17 | 187.15 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 223 | 1 | 0.29 | 0 | 0.13 | 197.49 | 1 | 0.44 |
| Hex | 0 | 9E | DF | 64 | 1D | 0 | D | C5 | 64 | 2C |
| Octal | 0 | 236 | 337 | 144 | 35 | 0 | 15 | 305 | 144 | 54 |
| Binary | 0 | 10011110 | 11011111 | 1100100 | 11101 | 0 | 1101 | 11000101 | 1100100 | 101100 |
Color Harmonies of #009EDF
Complementary color
Monochromatic Colors of #009EDF
Black with #009EDF
Text Example
Text Example
White with #009EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EDF; }
p { color: rgb(0,158,223); }
H1.HeaderClassName
{
color: #009EDF;
}
.AnyTagClassName
{
color: #009EDF;
}
</style>
background-color css
<style>
a { background-color: #009EDF; }
a { background-color: rgb(0,158,223); }
div.DivClassName
{
background-color: #009EDF;
}
.BgClassName
{
background-color: #009EDF;
}
</style>
border-color css
<style>
span { border-color: #009EDF; }
span { border-color: rgb(0,158,223); }
td.TdClassName
{
border-color: #009EDF;
}
.TagClassName
{
border-color: #009EDF;
}
</style>