Shades of Pacific Blue #1999CC
Tints of Pacific Blue #1999CC
RGB
CMYK
RGB Variations
Color information
#1999CC (or 0x1999CC) is known color: Pacific Blue. HEX triplet: 19, 99 and CC. RGB value is (25,153,204). Sum of RGB (Red+Green+Blue) = 25+153+204=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #1999CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999CC is #E66633. Grayscale: #787878. Windows color (decimal): -15099444 or 13408537. OLE color: 13408537.
HSL color Cylindrical-coordinate representation of color #1999CC: hue angle of 197.09º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1999CC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 153 | 204 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.2 |
| HSL | 197.1º | 0.78% | 0.45% | - |
| HSV(B) | 197.1º | 0.88% | 0.8% | - |
| XYZ | 22.69 | 27.35 | 61.21 | - |
| YUV | 120.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 204 | 0.88 | 0.25 | 0 | 0.2 | 197.1 | 0.78 | 0.45 |
| Hex | 19 | 99 | CC | 58 | 19 | 0 | 14 | C5 | 4E | 2D |
| Octal | 31 | 231 | 314 | 130 | 31 | 0 | 24 | 305 | 116 | 55 |
| Binary | 11001 | 10011001 | 11001100 | 1011000 | 11001 | 0 | 10100 | 11000101 | 1001110 | 101101 |
Color Harmonies of #1999CC
Complementary color
Monochromatic Colors of #1999CC
Black with #1999CC
Text Example
Text Example
White with #1999CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999CC; }
p { color: rgb(25,153,204); }
H1.HeaderClassName
{
color: #1999CC;
}
.AnyTagClassName
{
color: #1999CC;
}
</style>
background-color css
<style>
a { background-color: #1999CC; }
a { background-color: rgb(25,153,204); }
div.DivClassName
{
background-color: #1999CC;
}
.BgClassName
{
background-color: #1999CC;
}
</style>
border-color css
<style>
span { border-color: #1999CC; }
span { border-color: rgb(25,153,204); }
td.TdClassName
{
border-color: #1999CC;
}
.TagClassName
{
border-color: #1999CC;
}
</style>