Shades of Pacific Blue #199CDD
Tints of Pacific Blue #199CDD
RGB
CMYK
RGB Variations
Color information
#199CDD (or 0x199CDD) is known color: Pacific Blue. HEX triplet: 19, 9C and DD. RGB value is (25,156,221). Sum of RGB (Red+Green+Blue) = 25+156+221=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #199CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CDD is #E66322. Grayscale: #7B7B7B. Windows color (decimal): -15098659 or 14523417. OLE color: 14523417.
HSL color Cylindrical-coordinate representation of color #199CDD: hue angle of 199.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CDD is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 156 | 221 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.13 |
| HSL | 199.9º | 0.8% | 0.48% | - |
| HSV(B) | 199.9º | 0.89% | 0.87% | - |
| XYZ | 25.34 | 29.2 | 72.71 | - |
| YUV | 124.24 | 182.6 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 221 | 0.89 | 0.29 | 0 | 0.13 | 199.9 | 0.8 | 0.48 |
| Hex | 19 | 9C | DD | 59 | 1D | 0 | D | C8 | 50 | 30 |
| Octal | 31 | 234 | 335 | 131 | 35 | 0 | 15 | 310 | 120 | 60 |
| Binary | 11001 | 10011100 | 11011101 | 1011001 | 11101 | 0 | 1101 | 11001000 | 1010000 | 110000 |
Color Harmonies of #199CDD
Complementary color
Monochromatic Colors of #199CDD
Black with #199CDD
Text Example
Text Example
White with #199CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CDD; }
p { color: rgb(25,156,221); }
H1.HeaderClassName
{
color: #199CDD;
}
.AnyTagClassName
{
color: #199CDD;
}
</style>
background-color css
<style>
a { background-color: #199CDD; }
a { background-color: rgb(25,156,221); }
div.DivClassName
{
background-color: #199CDD;
}
.BgClassName
{
background-color: #199CDD;
}
</style>
border-color css
<style>
span { border-color: #199CDD; }
span { border-color: rgb(25,156,221); }
td.TdClassName
{
border-color: #199CDD;
}
.TagClassName
{
border-color: #199CDD;
}
</style>