Shades of Pacific Blue #199CCE
Tints of Pacific Blue #199CCE
RGB
CMYK
RGB Variations
Color information
#199CCE (or 0x199CCE) is known color: Pacific Blue. HEX triplet: 19, 9C and CE. RGB value is (25,156,206). Sum of RGB (Red+Green+Blue) = 25+156+206=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #199CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CCE is #E66331. Grayscale: #7A7A7A. Windows color (decimal): -15098674 or 13540377. OLE color: 13540377.
HSL color Cylindrical-coordinate representation of color #199CCE: hue angle of 196.57º 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 #199CCE is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 156 | 206 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.19 |
| HSL | 196.57º | 0.78% | 0.45% | - |
| HSV(B) | 196.57º | 0.88% | 0.81% | - |
| XYZ | 23.43 | 28.44 | 62.65 | - |
| YUV | 122.53 | 175.1 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 206 | 0.88 | 0.24 | 0 | 0.19 | 196.57 | 0.78 | 0.45 |
| Hex | 19 | 9C | CE | 58 | 18 | 0 | 13 | C5 | 4E | 2D |
| Octal | 31 | 234 | 316 | 130 | 30 | 0 | 23 | 305 | 116 | 55 |
| Binary | 11001 | 10011100 | 11001110 | 1011000 | 11000 | 0 | 10011 | 11000101 | 1001110 | 101101 |
Color Harmonies of #199CCE
Complementary color
Monochromatic Colors of #199CCE
Black with #199CCE
Text Example
Text Example
White with #199CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CCE; }
p { color: rgb(25,156,206); }
H1.HeaderClassName
{
color: #199CCE;
}
.AnyTagClassName
{
color: #199CCE;
}
</style>
background-color css
<style>
a { background-color: #199CCE; }
a { background-color: rgb(25,156,206); }
div.DivClassName
{
background-color: #199CCE;
}
.BgClassName
{
background-color: #199CCE;
}
</style>
border-color css
<style>
span { border-color: #199CCE; }
span { border-color: rgb(25,156,206); }
td.TdClassName
{
border-color: #199CCE;
}
.TagClassName
{
border-color: #199CCE;
}
</style>