Shades of Pacific Blue #1995DB
Tints of Pacific Blue #1995DB
RGB
CMYK
RGB Variations
Color information
#1995DB (or 0x1995DB) is known color: Pacific Blue. HEX triplet: 19, 95 and DB. RGB value is (25,149,219). Sum of RGB (Red+Green+Blue) = 25+149+219=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #1995DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1995DB is #E66A24. Grayscale: #777777. Windows color (decimal): -15100453 or 14390553. OLE color: 14390553.
HSL color Cylindrical-coordinate representation of color #1995DB: hue angle of 201.65º 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 #1995DB is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 149 | 219 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.14 |
| HSL | 201.65º | 0.8% | 0.48% | - |
| HSV(B) | 201.65º | 0.89% | 0.86% | - |
| XYZ | 23.93 | 26.82 | 70.93 | - |
| YUV | 119.9 | 183.92 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 219 | 0.89 | 0.32 | 0 | 0.14 | 201.65 | 0.8 | 0.48 |
| Hex | 19 | 95 | DB | 59 | 20 | 0 | E | CA | 50 | 30 |
| Octal | 31 | 225 | 333 | 131 | 40 | 0 | 16 | 312 | 120 | 60 |
| Binary | 11001 | 10010101 | 11011011 | 1011001 | 100000 | 0 | 1110 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1995DB
Complementary color
Monochromatic Colors of #1995DB
Black with #1995DB
Text Example
Text Example
White with #1995DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995DB; }
p { color: rgb(25,149,219); }
H1.HeaderClassName
{
color: #1995DB;
}
.AnyTagClassName
{
color: #1995DB;
}
</style>
background-color css
<style>
a { background-color: #1995DB; }
a { background-color: rgb(25,149,219); }
div.DivClassName
{
background-color: #1995DB;
}
.BgClassName
{
background-color: #1995DB;
}
</style>
border-color css
<style>
span { border-color: #1995DB; }
span { border-color: rgb(25,149,219); }
td.TdClassName
{
border-color: #1995DB;
}
.TagClassName
{
border-color: #1995DB;
}
</style>