Shades of Pacific Blue #0094DE
Tints of Pacific Blue #0094DE
RGB
CMYK
RGB Variations
Color information
#0094DE (or 0x0094DE) is known color: Pacific Blue. HEX triplet: 00, 94 and DE. RGB value is (0,148,222). Sum of RGB (Red+Green+Blue) = 0+148+222=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #0094DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094DE is #FF6B21. Grayscale: #6F6F6F. Windows color (decimal): -16739106 or 14586880. OLE color: 14586880.
HSL color Cylindrical-coordinate representation of color #0094DE: hue angle of 200º 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 #0094DE is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 148 | 222 | - |
| CMYK | 1 | 0.33 | 0 | 0.13 |
| HSL | 200º | 1% | 0.44% | - |
| HSV(B) | 200º | 1% | 0.87% | - |
| XYZ | 23.77 | 26.45 | 72.96 | - |
| YUV | 112.18 | 189.97 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 222 | 1 | 0.33 | 0 | 0.13 | 200 | 1 | 0.44 |
| Hex | 0 | 94 | DE | 64 | 21 | 0 | D | C8 | 64 | 2C |
| Octal | 0 | 224 | 336 | 144 | 41 | 0 | 15 | 310 | 144 | 54 |
| Binary | 0 | 10010100 | 11011110 | 1100100 | 100001 | 0 | 1101 | 11001000 | 1100100 | 101100 |
Color Harmonies of #0094DE
Complementary color
Monochromatic Colors of #0094DE
Black with #0094DE
Text Example
Text Example
White with #0094DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094DE; }
p { color: rgb(0,148,222); }
H1.HeaderClassName
{
color: #0094DE;
}
.AnyTagClassName
{
color: #0094DE;
}
</style>
background-color css
<style>
a { background-color: #0094DE; }
a { background-color: rgb(0,148,222); }
div.DivClassName
{
background-color: #0094DE;
}
.BgClassName
{
background-color: #0094DE;
}
</style>
border-color css
<style>
span { border-color: #0094DE; }
span { border-color: rgb(0,148,222); }
td.TdClassName
{
border-color: #0094DE;
}
.TagClassName
{
border-color: #0094DE;
}
</style>