Shades of Pacific Blue #0196CF
Tints of Pacific Blue #0196CF
RGB
CMYK
RGB Variations
Color information
#0196CF (or 0x0196CF) is known color: Pacific Blue. HEX triplet: 01, 96 and CF. RGB value is (1,150,207). Sum of RGB (Red+Green+Blue) = 1+150+207=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #0196CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196CF is #FE6930. Grayscale: #6F6F6F. Windows color (decimal): -16673073 or 13604353. OLE color: 13604353.
HSL color Cylindrical-coordinate representation of color #0196CF: hue angle of 196.6º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196CF is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 150 | 207 | - |
| CMYK | 1.00 | 0.28 | 0 | 0.19 |
| HSL | 196.6º | 0.99% | 0.41% | - |
| HSV(B) | 196.6º | 1% | 0.81% | - |
| XYZ | 22.18 | 26.32 | 62.94 | - |
| YUV | 111.95 | 181.64 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 207 | 1.00 | 0.28 | 0 | 0.19 | 196.6 | 0.99 | 0.41 |
| Hex | 1 | 96 | CF | 64 | 1C | 0 | 13 | C5 | 63 | 29 |
| Octal | 1 | 226 | 317 | 144 | 34 | 0 | 23 | 305 | 143 | 51 |
| Binary | 1 | 10010110 | 11001111 | 1100100 | 11100 | 0 | 10011 | 11000101 | 1100011 | 101001 |
Color Harmonies of #0196CF
Complementary color
Monochromatic Colors of #0196CF
Black with #0196CF
Text Example
Text Example
White with #0196CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196CF; }
p { color: rgb(1,150,207); }
H1.HeaderClassName
{
color: #0196CF;
}
.AnyTagClassName
{
color: #0196CF;
}
</style>
background-color css
<style>
a { background-color: #0196CF; }
a { background-color: rgb(1,150,207); }
div.DivClassName
{
background-color: #0196CF;
}
.BgClassName
{
background-color: #0196CF;
}
</style>
border-color css
<style>
span { border-color: #0196CF; }
span { border-color: rgb(1,150,207); }
td.TdClassName
{
border-color: #0196CF;
}
.TagClassName
{
border-color: #0196CF;
}
</style>