Shades of Pacific Blue #199BCE
Tints of Pacific Blue #199BCE
RGB
CMYK
RGB Variations
Color information
#199BCE (or 0x199BCE) is known color: Pacific Blue. HEX triplet: 19, 9B and CE. RGB value is (25,155,206). Sum of RGB (Red+Green+Blue) = 25+155+206=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #199BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BCE is #E66431. Grayscale: #797979. Windows color (decimal): -15098930 or 13540121. OLE color: 13540121.
HSL color Cylindrical-coordinate representation of color #199BCE: hue angle of 196.91º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199BCE is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 155 | 206 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.19 |
| HSL | 196.91º | 0.78% | 0.45% | - |
| HSV(B) | 196.91º | 0.88% | 0.81% | - |
| XYZ | 23.26 | 28.11 | 62.59 | - |
| YUV | 121.94 | 175.43 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 206 | 0.88 | 0.25 | 0 | 0.19 | 196.91 | 0.78 | 0.45 |
| Hex | 19 | 9B | CE | 58 | 19 | 0 | 13 | C5 | 4E | 2D |
| Octal | 31 | 233 | 316 | 130 | 31 | 0 | 23 | 305 | 116 | 55 |
| Binary | 11001 | 10011011 | 11001110 | 1011000 | 11001 | 0 | 10011 | 11000101 | 1001110 | 101101 |
Color Harmonies of #199BCE
Complementary color
Monochromatic Colors of #199BCE
Black with #199BCE
Text Example
Text Example
White with #199BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BCE; }
p { color: rgb(25,155,206); }
H1.HeaderClassName
{
color: #199BCE;
}
.AnyTagClassName
{
color: #199BCE;
}
</style>
background-color css
<style>
a { background-color: #199BCE; }
a { background-color: rgb(25,155,206); }
div.DivClassName
{
background-color: #199BCE;
}
.BgClassName
{
background-color: #199BCE;
}
</style>
border-color css
<style>
span { border-color: #199BCE; }
span { border-color: rgb(25,155,206); }
td.TdClassName
{
border-color: #199BCE;
}
.TagClassName
{
border-color: #199BCE;
}
</style>