Shades of Pacific Blue #1999CB
Tints of Pacific Blue #1999CB
RGB
CMYK
RGB Variations
Color information
#1999CB (or 0x1999CB) is known color: Pacific Blue. HEX triplet: 19, 99 and CB. RGB value is (25,153,203). Sum of RGB (Red+Green+Blue) = 25+153+203=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #1999CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999CB is #E66634. Grayscale: #787878. Windows color (decimal): -15099445 or 13343001. OLE color: 13343001.
HSL color Cylindrical-coordinate representation of color #1999CB: hue angle of 196.85º 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 #1999CB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 153 | 203 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.20 |
| HSL | 196.85º | 0.78% | 0.45% | - |
| HSV(B) | 196.85º | 0.88% | 0.8% | - |
| XYZ | 22.57 | 27.3 | 60.58 | - |
| YUV | 120.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 203 | 0.88 | 0.25 | 0 | 0.20 | 196.85 | 0.78 | 0.45 |
| Hex | 19 | 99 | CB | 58 | 19 | 0 | 14 | C5 | 4E | 2D |
| Octal | 31 | 231 | 313 | 130 | 31 | 0 | 24 | 305 | 116 | 55 |
| Binary | 11001 | 10011001 | 11001011 | 1011000 | 11001 | 0 | 10100 | 11000101 | 1001110 | 101101 |
Color Harmonies of #1999CB
Complementary color
Monochromatic Colors of #1999CB
Black with #1999CB
Text Example
Text Example
White with #1999CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999CB; }
p { color: rgb(25,153,203); }
H1.HeaderClassName
{
color: #1999CB;
}
.AnyTagClassName
{
color: #1999CB;
}
</style>
background-color css
<style>
a { background-color: #1999CB; }
a { background-color: rgb(25,153,203); }
div.DivClassName
{
background-color: #1999CB;
}
.BgClassName
{
background-color: #1999CB;
}
</style>
border-color css
<style>
span { border-color: #1999CB; }
span { border-color: rgb(25,153,203); }
td.TdClassName
{
border-color: #1999CB;
}
.TagClassName
{
border-color: #1999CB;
}
</style>