Shades of Pacific Blue #199BDC
Tints of Pacific Blue #199BDC
RGB
CMYK
RGB Variations
Color information
#199BDC (or 0x199BDC) is known color: Pacific Blue. HEX triplet: 19, 9B and DC. RGB value is (25,155,220). Sum of RGB (Red+Green+Blue) = 25+155+220=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #199BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BDC is #E66423. Grayscale: #7B7B7B. Windows color (decimal): -15098916 or 14457625. OLE color: 14457625.
HSL color Cylindrical-coordinate representation of color #199BDC: hue angle of 200º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BDC is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 155 | 220 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.14 |
| HSL | 200º | 0.8% | 0.48% | - |
| HSV(B) | 200º | 0.89% | 0.86% | - |
| XYZ | 25.04 | 28.82 | 71.95 | - |
| YUV | 123.54 | 182.43 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 220 | 0.89 | 0.30 | 0 | 0.14 | 200 | 0.8 | 0.48 |
| Hex | 19 | 9B | DC | 59 | 1E | 0 | E | C8 | 50 | 30 |
| Octal | 31 | 233 | 334 | 131 | 36 | 0 | 16 | 310 | 120 | 60 |
| Binary | 11001 | 10011011 | 11011100 | 1011001 | 11110 | 0 | 1110 | 11001000 | 1010000 | 110000 |
Color Harmonies of #199BDC
Complementary color
Monochromatic Colors of #199BDC
Black with #199BDC
Text Example
Text Example
White with #199BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BDC; }
p { color: rgb(25,155,220); }
H1.HeaderClassName
{
color: #199BDC;
}
.AnyTagClassName
{
color: #199BDC;
}
</style>
background-color css
<style>
a { background-color: #199BDC; }
a { background-color: rgb(25,155,220); }
div.DivClassName
{
background-color: #199BDC;
}
.BgClassName
{
background-color: #199BDC;
}
</style>
border-color css
<style>
span { border-color: #199BDC; }
span { border-color: rgb(25,155,220); }
td.TdClassName
{
border-color: #199BDC;
}
.TagClassName
{
border-color: #199BDC;
}
</style>