Shades of Pacific Blue #199DCB
Tints of Pacific Blue #199DCB
RGB
CMYK
RGB Variations
Color information
#199DCB (or 0x199DCB) is known color: Pacific Blue. HEX triplet: 19, 9D and CB. RGB value is (25,157,203). Sum of RGB (Red+Green+Blue) = 25+157+203=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #199DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DCB is #E66234. Grayscale: #7A7A7A. Windows color (decimal): -15098421 or 13344025. OLE color: 13344025.
HSL color Cylindrical-coordinate representation of color #199DCB: hue angle of 195.51º 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 #199DCB is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 157 | 203 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.20 |
| HSL | 195.51º | 0.78% | 0.45% | - |
| HSV(B) | 195.51º | 0.88% | 0.8% | - |
| XYZ | 23.24 | 28.63 | 60.8 | - |
| YUV | 122.78 | 173.27 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 203 | 0.88 | 0.23 | 0 | 0.20 | 195.51 | 0.78 | 0.45 |
| Hex | 19 | 9D | CB | 58 | 17 | 0 | 14 | C4 | 4E | 2D |
| Octal | 31 | 235 | 313 | 130 | 27 | 0 | 24 | 304 | 116 | 55 |
| Binary | 11001 | 10011101 | 11001011 | 1011000 | 10111 | 0 | 10100 | 11000100 | 1001110 | 101101 |
Color Harmonies of #199DCB
Complementary color
Monochromatic Colors of #199DCB
Black with #199DCB
Text Example
Text Example
White with #199DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DCB; }
p { color: rgb(25,157,203); }
H1.HeaderClassName
{
color: #199DCB;
}
.AnyTagClassName
{
color: #199DCB;
}
</style>
background-color css
<style>
a { background-color: #199DCB; }
a { background-color: rgb(25,157,203); }
div.DivClassName
{
background-color: #199DCB;
}
.BgClassName
{
background-color: #199DCB;
}
</style>
border-color css
<style>
span { border-color: #199DCB; }
span { border-color: rgb(25,157,203); }
td.TdClassName
{
border-color: #199DCB;
}
.TagClassName
{
border-color: #199DCB;
}
</style>