Shades of Pacific Blue #199ECB
Tints of Pacific Blue #199ECB
RGB
CMYK
RGB Variations
Color information
#199ECB (or 0x199ECB) is known color: Pacific Blue. HEX triplet: 19, 9E and CB. RGB value is (25,158,203). Sum of RGB (Red+Green+Blue) = 25+158+203=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #199ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ECB is #E66134. Grayscale: #7B7B7B. Windows color (decimal): -15098165 or 13344281. OLE color: 13344281.
HSL color Cylindrical-coordinate representation of color #199ECB: hue angle of 195.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199ECB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 158 | 203 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.20 |
| HSL | 195.17º | 0.78% | 0.45% | - |
| HSV(B) | 195.17º | 0.88% | 0.8% | - |
| XYZ | 23.41 | 28.97 | 60.86 | - |
| YUV | 123.36 | 172.94 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 203 | 0.88 | 0.22 | 0 | 0.20 | 195.17 | 0.78 | 0.45 |
| Hex | 19 | 9E | CB | 58 | 16 | 0 | 14 | C3 | 4E | 2D |
| Octal | 31 | 236 | 313 | 130 | 26 | 0 | 24 | 303 | 116 | 55 |
| Binary | 11001 | 10011110 | 11001011 | 1011000 | 10110 | 0 | 10100 | 11000011 | 1001110 | 101101 |
Color Harmonies of #199ECB
Complementary color
Monochromatic Colors of #199ECB
Black with #199ECB
Text Example
Text Example
White with #199ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ECB; }
p { color: rgb(25,158,203); }
H1.HeaderClassName
{
color: #199ECB;
}
.AnyTagClassName
{
color: #199ECB;
}
</style>
background-color css
<style>
a { background-color: #199ECB; }
a { background-color: rgb(25,158,203); }
div.DivClassName
{
background-color: #199ECB;
}
.BgClassName
{
background-color: #199ECB;
}
</style>
border-color css
<style>
span { border-color: #199ECB; }
span { border-color: rgb(25,158,203); }
td.TdClassName
{
border-color: #199ECB;
}
.TagClassName
{
border-color: #199ECB;
}
</style>