Shades of Pacific Blue #0094CB
Tints of Pacific Blue #0094CB
RGB
CMYK
RGB Variations
Color information
#0094CB (or 0x0094CB) is known color: Pacific Blue. HEX triplet: 00, 94 and CB. RGB value is (0,148,203). Sum of RGB (Red+Green+Blue) = 0+148+203=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #0094CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094CB is #FF6B34. Grayscale: #6D6D6D. Windows color (decimal): -16739125 or 13341696. OLE color: 13341696.
HSL color Cylindrical-coordinate representation of color #0094CB: hue angle of 196.26º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094CB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 148 | 203 | - |
| CMYK | 1 | 0.27 | 0 | 0.20 |
| HSL | 196.26º | 1% | 0.4% | - |
| HSV(B) | 196.26º | 1% | 0.8% | - |
| XYZ | 21.37 | 25.49 | 60.29 | - |
| YUV | 110.02 | 180.47 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 203 | 1 | 0.27 | 0 | 0.20 | 196.26 | 1 | 0.4 |
| Hex | 0 | 94 | CB | 64 | 1B | 0 | 14 | C4 | 64 | 28 |
| Octal | 0 | 224 | 313 | 144 | 33 | 0 | 24 | 304 | 144 | 50 |
| Binary | 0 | 10010100 | 11001011 | 1100100 | 11011 | 0 | 10100 | 11000100 | 1100100 | 101000 |
Color Harmonies of #0094CB
Complementary color
Monochromatic Colors of #0094CB
Black with #0094CB
Text Example
Text Example
White with #0094CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094CB; }
p { color: rgb(0,148,203); }
H1.HeaderClassName
{
color: #0094CB;
}
.AnyTagClassName
{
color: #0094CB;
}
</style>
background-color css
<style>
a { background-color: #0094CB; }
a { background-color: rgb(0,148,203); }
div.DivClassName
{
background-color: #0094CB;
}
.BgClassName
{
background-color: #0094CB;
}
</style>
border-color css
<style>
span { border-color: #0094CB; }
span { border-color: rgb(0,148,203); }
td.TdClassName
{
border-color: #0094CB;
}
.TagClassName
{
border-color: #0094CB;
}
</style>