Shades of Pacific Blue #0196C9
Tints of Pacific Blue #0196C9
RGB
CMYK
RGB Variations
Color information
#0196C9 (or 0x0196C9) is known color: Pacific Blue. HEX triplet: 01, 96 and C9. RGB value is (1,150,201). Sum of RGB (Red+Green+Blue) = 1+150+201=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #0196C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196C9 is #FE6936. Grayscale: #6E6E6E. Windows color (decimal): -16673079 or 13211137. OLE color: 13211137.
HSL color Cylindrical-coordinate representation of color #0196C9: hue angle of 195.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196C9 is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 150 | 201 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.21 |
| HSL | 195.3º | 0.99% | 0.4% | - |
| HSV(B) | 195.3º | 1% | 0.79% | - |
| XYZ | 21.46 | 26.04 | 59.15 | - |
| YUV | 111.26 | 178.64 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 201 | 1.00 | 0.25 | 0 | 0.21 | 195.3 | 0.99 | 0.4 |
| Hex | 1 | 96 | C9 | 64 | 19 | 0 | 15 | C3 | 63 | 28 |
| Octal | 1 | 226 | 311 | 144 | 31 | 0 | 25 | 303 | 143 | 50 |
| Binary | 1 | 10010110 | 11001001 | 1100100 | 11001 | 0 | 10101 | 11000011 | 1100011 | 101000 |
Color Harmonies of #0196C9
Complementary color
Monochromatic Colors of #0196C9
Black with #0196C9
Text Example
Text Example
White with #0196C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196C9; }
p { color: rgb(1,150,201); }
H1.HeaderClassName
{
color: #0196C9;
}
.AnyTagClassName
{
color: #0196C9;
}
</style>
background-color css
<style>
a { background-color: #0196C9; }
a { background-color: rgb(1,150,201); }
div.DivClassName
{
background-color: #0196C9;
}
.BgClassName
{
background-color: #0196C9;
}
</style>
border-color css
<style>
span { border-color: #0196C9; }
span { border-color: rgb(1,150,201); }
td.TdClassName
{
border-color: #0196C9;
}
.TagClassName
{
border-color: #0196C9;
}
</style>