Shades of Pacific Blue #1992CF
Tints of Pacific Blue #1992CF
RGB
CMYK
RGB Variations
Color information
#1992CF (or 0x1992CF) is known color: Pacific Blue. HEX triplet: 19, 92 and CF. RGB value is (25,146,207). Sum of RGB (Red+Green+Blue) = 25+146+207=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #1992CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992CF is #E66D30. Grayscale: #747474. Windows color (decimal): -15101233 or 13603353. OLE color: 13603353.
HSL color Cylindrical-coordinate representation of color #1992CF: hue angle of 200.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1992CF is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 146 | 207 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.19 |
| HSL | 200.11º | 0.78% | 0.45% | - |
| HSV(B) | 200.11º | 0.88% | 0.81% | - |
| XYZ | 21.94 | 25.27 | 62.75 | - |
| YUV | 116.78 | 178.91 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 207 | 0.88 | 0.29 | 0 | 0.19 | 200.11 | 0.78 | 0.45 |
| Hex | 19 | 92 | CF | 58 | 1D | 0 | 13 | C8 | 4E | 2D |
| Octal | 31 | 222 | 317 | 130 | 35 | 0 | 23 | 310 | 116 | 55 |
| Binary | 11001 | 10010010 | 11001111 | 1011000 | 11101 | 0 | 10011 | 11001000 | 1001110 | 101101 |
Color Harmonies of #1992CF
Complementary color
Monochromatic Colors of #1992CF
Black with #1992CF
Text Example
Text Example
White with #1992CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992CF; }
p { color: rgb(25,146,207); }
H1.HeaderClassName
{
color: #1992CF;
}
.AnyTagClassName
{
color: #1992CF;
}
</style>
background-color css
<style>
a { background-color: #1992CF; }
a { background-color: rgb(25,146,207); }
div.DivClassName
{
background-color: #1992CF;
}
.BgClassName
{
background-color: #1992CF;
}
</style>
border-color css
<style>
span { border-color: #1992CF; }
span { border-color: rgb(25,146,207); }
td.TdClassName
{
border-color: #1992CF;
}
.TagClassName
{
border-color: #1992CF;
}
</style>