Shades of Pacific Blue #199BDA
Tints of Pacific Blue #199BDA
RGB
CMYK
RGB Variations
Color information
#199BDA (or 0x199BDA) is known color: Pacific Blue. HEX triplet: 19, 9B and DA. RGB value is (25,155,218). Sum of RGB (Red+Green+Blue) = 25+155+218=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #199BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BDA is #E66425. Grayscale: #7A7A7A. Windows color (decimal): -15098918 or 14326553. OLE color: 14326553.
HSL color Cylindrical-coordinate representation of color #199BDA: hue angle of 199.59º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199BDA is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 155 | 218 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.15 |
| HSL | 199.59º | 0.79% | 0.48% | - |
| HSV(B) | 199.59º | 0.89% | 0.85% | - |
| XYZ | 24.78 | 28.71 | 70.57 | - |
| YUV | 123.31 | 181.43 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 218 | 0.89 | 0.29 | 0 | 0.15 | 199.59 | 0.79 | 0.48 |
| Hex | 19 | 9B | DA | 59 | 1D | 0 | F | C8 | 4F | 30 |
| Octal | 31 | 233 | 332 | 131 | 35 | 0 | 17 | 310 | 117 | 60 |
| Binary | 11001 | 10011011 | 11011010 | 1011001 | 11101 | 0 | 1111 | 11001000 | 1001111 | 110000 |
Color Harmonies of #199BDA
Complementary color
Monochromatic Colors of #199BDA
Black with #199BDA
Text Example
Text Example
White with #199BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BDA; }
p { color: rgb(25,155,218); }
H1.HeaderClassName
{
color: #199BDA;
}
.AnyTagClassName
{
color: #199BDA;
}
</style>
background-color css
<style>
a { background-color: #199BDA; }
a { background-color: rgb(25,155,218); }
div.DivClassName
{
background-color: #199BDA;
}
.BgClassName
{
background-color: #199BDA;
}
</style>
border-color css
<style>
span { border-color: #199BDA; }
span { border-color: rgb(25,155,218); }
td.TdClassName
{
border-color: #199BDA;
}
.TagClassName
{
border-color: #199BDA;
}
</style>