Shades of Pacific Blue #1997CF
Tints of Pacific Blue #1997CF
RGB
CMYK
RGB Variations
Color information
#1997CF (or 0x1997CF) is known color: Pacific Blue. HEX triplet: 19, 97 and CF. RGB value is (25,151,207). Sum of RGB (Red+Green+Blue) = 25+151+207=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #1997CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997CF is #E66830. Grayscale: #777777. Windows color (decimal): -15099953 or 13604633. OLE color: 13604633.
HSL color Cylindrical-coordinate representation of color #1997CF: hue angle of 198.46º 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 #1997CF is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 151 | 207 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.19 |
| HSL | 198.46º | 0.78% | 0.45% | - |
| HSV(B) | 198.46º | 0.88% | 0.81% | - |
| XYZ | 22.73 | 26.84 | 63.02 | - |
| YUV | 119.71 | 177.26 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 207 | 0.88 | 0.27 | 0 | 0.19 | 198.46 | 0.78 | 0.45 |
| Hex | 19 | 97 | CF | 58 | 1B | 0 | 13 | C6 | 4E | 2D |
| Octal | 31 | 227 | 317 | 130 | 33 | 0 | 23 | 306 | 116 | 55 |
| Binary | 11001 | 10010111 | 11001111 | 1011000 | 11011 | 0 | 10011 | 11000110 | 1001110 | 101101 |
Color Harmonies of #1997CF
Complementary color
Monochromatic Colors of #1997CF
Black with #1997CF
Text Example
Text Example
White with #1997CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1997CF; }
p { color: rgb(25,151,207); }
H1.HeaderClassName
{
color: #1997CF;
}
.AnyTagClassName
{
color: #1997CF;
}
</style>
background-color css
<style>
a { background-color: #1997CF; }
a { background-color: rgb(25,151,207); }
div.DivClassName
{
background-color: #1997CF;
}
.BgClassName
{
background-color: #1997CF;
}
</style>
border-color css
<style>
span { border-color: #1997CF; }
span { border-color: rgb(25,151,207); }
td.TdClassName
{
border-color: #1997CF;
}
.TagClassName
{
border-color: #1997CF;
}
</style>