Shades of Pacific Blue #0196C8
Tints of Pacific Blue #0196C8
RGB
CMYK
RGB Variations
Color information
#0196C8 (or 0x0196C8) is known color: Pacific Blue. HEX triplet: 01, 96 and C8. RGB value is (1,150,200). Sum of RGB (Red+Green+Blue) = 1+150+200=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #0196C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196C8 is #FE6937. Grayscale: #6E6E6E. Windows color (decimal): -16673080 or 13145601. OLE color: 13145601.
HSL color Cylindrical-coordinate representation of color #0196C8: hue angle of 195.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196C8 is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 150 | 200 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.22 |
| HSL | 195.08º | 0.99% | 0.39% | - |
| HSV(B) | 195.08º | 1% | 0.78% | - |
| XYZ | 21.34 | 25.99 | 58.54 | - |
| YUV | 111.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 200 | 1.00 | 0.25 | 0 | 0.22 | 195.08 | 0.99 | 0.39 |
| Hex | 1 | 96 | C8 | 64 | 19 | 0 | 16 | C3 | 63 | 27 |
| Octal | 1 | 226 | 310 | 144 | 31 | 0 | 26 | 303 | 143 | 47 |
| Binary | 1 | 10010110 | 11001000 | 1100100 | 11001 | 0 | 10110 | 11000011 | 1100011 | 100111 |
Color Harmonies of #0196C8
Complementary color
Monochromatic Colors of #0196C8
Black with #0196C8
Text Example
Text Example
White with #0196C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0196C8; }
p { color: rgb(1,150,200); }
H1.HeaderClassName
{
color: #0196C8;
}
.AnyTagClassName
{
color: #0196C8;
}
</style>
background-color css
<style>
a { background-color: #0196C8; }
a { background-color: rgb(1,150,200); }
div.DivClassName
{
background-color: #0196C8;
}
.BgClassName
{
background-color: #0196C8;
}
</style>
border-color css
<style>
span { border-color: #0196C8; }
span { border-color: rgb(1,150,200); }
td.TdClassName
{
border-color: #0196C8;
}
.TagClassName
{
border-color: #0196C8;
}
</style>