Shades of Pacific Blue #0199C4
Tints of Pacific Blue #0199C4
RGB
CMYK
RGB Variations
Color information
#0199C4 (or 0x0199C4) is known color: Pacific Blue. HEX triplet: 01, 99 and C4. RGB value is (1,153,196). Sum of RGB (Red+Green+Blue) = 1+153+196=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #0199C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199C4 is #FE663B. Grayscale: #707070. Windows color (decimal): -16672316 or 12884225. OLE color: 12884225.
HSL color Cylindrical-coordinate representation of color #0199C4: hue angle of 193.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199C4 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 153 | 196 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.23 |
| HSL | 193.23º | 0.99% | 0.39% | - |
| HSV(B) | 193.23º | 0.99% | 0.77% | - |
| XYZ | 21.37 | 26.77 | 56.27 | - |
| YUV | 112.45 | 175.14 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 196 | 0.99 | 0.22 | 0 | 0.23 | 193.23 | 0.99 | 0.39 |
| Hex | 1 | 99 | C4 | 63 | 16 | 0 | 17 | C1 | 63 | 27 |
| Octal | 1 | 231 | 304 | 143 | 26 | 0 | 27 | 301 | 143 | 47 |
| Binary | 1 | 10011001 | 11000100 | 1100011 | 10110 | 0 | 10111 | 11000001 | 1100011 | 100111 |
Color Harmonies of #0199C4
Complementary color
Monochromatic Colors of #0199C4
Black with #0199C4
Text Example
Text Example
White with #0199C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199C4; }
p { color: rgb(1,153,196); }
H1.HeaderClassName
{
color: #0199C4;
}
.AnyTagClassName
{
color: #0199C4;
}
</style>
background-color css
<style>
a { background-color: #0199C4; }
a { background-color: rgb(1,153,196); }
div.DivClassName
{
background-color: #0199C4;
}
.BgClassName
{
background-color: #0199C4;
}
</style>
border-color css
<style>
span { border-color: #0199C4; }
span { border-color: rgb(1,153,196); }
td.TdClassName
{
border-color: #0199C4;
}
.TagClassName
{
border-color: #0199C4;
}
</style>