Shades of Pacific Blue #199DD5
Tints of Pacific Blue #199DD5
RGB
CMYK
RGB Variations
Color information
#199DD5 (or 0x199DD5) is known color: Pacific Blue. HEX triplet: 19, 9D and D5. RGB value is (25,157,213). Sum of RGB (Red+Green+Blue) = 25+157+213=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #199DD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DD5 is #E6622A. Grayscale: #7B7B7B. Windows color (decimal): -15098411 or 13999385. OLE color: 13999385.
HSL color Cylindrical-coordinate representation of color #199DD5: hue angle of 197.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199DD5 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 157 | 213 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.16 |
| HSL | 197.87º | 0.79% | 0.47% | - |
| HSV(B) | 197.87º | 0.88% | 0.84% | - |
| XYZ | 24.47 | 29.12 | 67.28 | - |
| YUV | 123.92 | 178.27 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 213 | 0.88 | 0.26 | 0 | 0.16 | 197.87 | 0.79 | 0.47 |
| Hex | 19 | 9D | D5 | 58 | 1A | 0 | 10 | C6 | 4F | 2F |
| Octal | 31 | 235 | 325 | 130 | 32 | 0 | 20 | 306 | 117 | 57 |
| Binary | 11001 | 10011101 | 11010101 | 1011000 | 11010 | 0 | 10000 | 11000110 | 1001111 | 101111 |
Color Harmonies of #199DD5
Complementary color
Monochromatic Colors of #199DD5
Black with #199DD5
Text Example
Text Example
White with #199DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DD5; }
p { color: rgb(25,157,213); }
H1.HeaderClassName
{
color: #199DD5;
}
.AnyTagClassName
{
color: #199DD5;
}
</style>
background-color css
<style>
a { background-color: #199DD5; }
a { background-color: rgb(25,157,213); }
div.DivClassName
{
background-color: #199DD5;
}
.BgClassName
{
background-color: #199DD5;
}
</style>
border-color css
<style>
span { border-color: #199DD5; }
span { border-color: rgb(25,157,213); }
td.TdClassName
{
border-color: #199DD5;
}
.TagClassName
{
border-color: #199DD5;
}
</style>