Shades of Pacific Blue #1992D8
Tints of Pacific Blue #1992D8
RGB
CMYK
RGB Variations
Color information
#1992D8 (or 0x1992D8) is known color: Pacific Blue. HEX triplet: 19, 92 and D8. RGB value is (25,146,216). Sum of RGB (Red+Green+Blue) = 25+146+216=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #1992D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992D8 is #E66D27. Grayscale: #757575. Windows color (decimal): -15101224 or 14193177. OLE color: 14193177.
HSL color Cylindrical-coordinate representation of color #1992D8: hue angle of 201.99º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1992D8 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 146 | 216 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.15 |
| HSL | 201.99º | 0.79% | 0.47% | - |
| HSV(B) | 201.99º | 0.88% | 0.85% | - |
| XYZ | 23.07 | 25.72 | 68.71 | - |
| YUV | 117.8 | 183.41 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 216 | 0.88 | 0.32 | 0 | 0.15 | 201.99 | 0.79 | 0.47 |
| Hex | 19 | 92 | D8 | 58 | 20 | 0 | F | CA | 4F | 2F |
| Octal | 31 | 222 | 330 | 130 | 40 | 0 | 17 | 312 | 117 | 57 |
| Binary | 11001 | 10010010 | 11011000 | 1011000 | 100000 | 0 | 1111 | 11001010 | 1001111 | 101111 |
Color Harmonies of #1992D8
Complementary color
Monochromatic Colors of #1992D8
Black with #1992D8
Text Example
Text Example
White with #1992D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992D8; }
p { color: rgb(25,146,216); }
H1.HeaderClassName
{
color: #1992D8;
}
.AnyTagClassName
{
color: #1992D8;
}
</style>
background-color css
<style>
a { background-color: #1992D8; }
a { background-color: rgb(25,146,216); }
div.DivClassName
{
background-color: #1992D8;
}
.BgClassName
{
background-color: #1992D8;
}
</style>
border-color css
<style>
span { border-color: #1992D8; }
span { border-color: rgb(25,146,216); }
td.TdClassName
{
border-color: #1992D8;
}
.TagClassName
{
border-color: #1992D8;
}
</style>