Shades of Pacific Blue #0094DF
Tints of Pacific Blue #0094DF
RGB
CMYK
RGB Variations
Color information
#0094DF (or 0x0094DF) is known color: Pacific Blue. HEX triplet: 00, 94 and DF. RGB value is (0,148,223). Sum of RGB (Red+Green+Blue) = 0+148+223=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #0094DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094DF is #FF6B20. Grayscale: #6F6F6F. Windows color (decimal): -16739105 or 14652416. OLE color: 14652416.
HSL color Cylindrical-coordinate representation of color #0094DF: hue angle of 200.18º 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 #0094DF is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 148 | 223 | - |
| CMYK | 1 | 0.34 | 0 | 0.13 |
| HSL | 200.18º | 1% | 0.44% | - |
| HSV(B) | 200.18º | 1% | 0.87% | - |
| XYZ | 23.91 | 26.51 | 73.67 | - |
| YUV | 112.3 | 190.47 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 223 | 1 | 0.34 | 0 | 0.13 | 200.18 | 1 | 0.44 |
| Hex | 0 | 94 | DF | 64 | 22 | 0 | D | C8 | 64 | 2C |
| Octal | 0 | 224 | 337 | 144 | 42 | 0 | 15 | 310 | 144 | 54 |
| Binary | 0 | 10010100 | 11011111 | 1100100 | 100010 | 0 | 1101 | 11001000 | 1100100 | 101100 |
Color Harmonies of #0094DF
Complementary color
Monochromatic Colors of #0094DF
Black with #0094DF
Text Example
Text Example
White with #0094DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094DF; }
p { color: rgb(0,148,223); }
H1.HeaderClassName
{
color: #0094DF;
}
.AnyTagClassName
{
color: #0094DF;
}
</style>
background-color css
<style>
a { background-color: #0094DF; }
a { background-color: rgb(0,148,223); }
div.DivClassName
{
background-color: #0094DF;
}
.BgClassName
{
background-color: #0094DF;
}
</style>
border-color css
<style>
span { border-color: #0094DF; }
span { border-color: rgb(0,148,223); }
td.TdClassName
{
border-color: #0094DF;
}
.TagClassName
{
border-color: #0094DF;
}
</style>