Shades of Pacific Blue #0794CB
Tints of Pacific Blue #0794CB
RGB
CMYK
RGB Variations
Color information
#0794CB (or 0x0794CB) is known color: Pacific Blue. HEX triplet: 07, 94 and CB. RGB value is (7,148,203). Sum of RGB (Red+Green+Blue) = 7+148+203=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #0794CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0794CB is #F86B34. Grayscale: #6F6F6F. Windows color (decimal): -16280373 or 13341703. OLE color: 13341703.
HSL color Cylindrical-coordinate representation of color #0794CB: hue angle of 196.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0794CB is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 148 | 203 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.20 |
| HSL | 196.84º | 0.93% | 0.41% | - |
| HSV(B) | 196.84º | 0.97% | 0.8% | - |
| XYZ | 21.46 | 25.54 | 60.3 | - |
| YUV | 112.11 | 179.29 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 203 | 0.97 | 0.27 | 0 | 0.20 | 196.84 | 0.93 | 0.41 |
| Hex | 7 | 94 | CB | 61 | 1B | 0 | 14 | C5 | 5D | 29 |
| Octal | 7 | 224 | 313 | 141 | 33 | 0 | 24 | 305 | 135 | 51 |
| Binary | 111 | 10010100 | 11001011 | 1100001 | 11011 | 0 | 10100 | 11000101 | 1011101 | 101001 |
Color Harmonies of #0794CB
Complementary color
Monochromatic Colors of #0794CB
Black with #0794CB
Text Example
Text Example
White with #0794CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0794CB; }
p { color: rgb(7,148,203); }
H1.HeaderClassName
{
color: #0794CB;
}
.AnyTagClassName
{
color: #0794CB;
}
</style>
background-color css
<style>
a { background-color: #0794CB; }
a { background-color: rgb(7,148,203); }
div.DivClassName
{
background-color: #0794CB;
}
.BgClassName
{
background-color: #0794CB;
}
</style>
border-color css
<style>
span { border-color: #0794CB; }
span { border-color: rgb(7,148,203); }
td.TdClassName
{
border-color: #0794CB;
}
.TagClassName
{
border-color: #0794CB;
}
</style>