Shades of Pacific Blue #1997D4
Tints of Pacific Blue #1997D4
RGB
CMYK
RGB Variations
Color information
#1997D4 (or 0x1997D4) is known color: Pacific Blue. HEX triplet: 19, 97 and D4. RGB value is (25,151,212). Sum of RGB (Red+Green+Blue) = 25+151+212=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #1997D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997D4 is #E6682B. Grayscale: #777777. Windows color (decimal): -15099948 or 13932313. OLE color: 13932313.
HSL color Cylindrical-coordinate representation of color #1997D4: hue angle of 199.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1997D4 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 151 | 212 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.17 |
| HSL | 199.57º | 0.79% | 0.46% | - |
| HSV(B) | 199.57º | 0.88% | 0.83% | - |
| XYZ | 23.35 | 27.09 | 66.29 | - |
| YUV | 120.28 | 179.76 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 212 | 0.88 | 0.29 | 0 | 0.17 | 199.57 | 0.79 | 0.46 |
| Hex | 19 | 97 | D4 | 58 | 1D | 0 | 11 | C8 | 4F | 2E |
| Octal | 31 | 227 | 324 | 130 | 35 | 0 | 21 | 310 | 117 | 56 |
| Binary | 11001 | 10010111 | 11010100 | 1011000 | 11101 | 0 | 10001 | 11001000 | 1001111 | 101110 |
Color Harmonies of #1997D4
Complementary color
Monochromatic Colors of #1997D4
Black with #1997D4
Text Example
Text Example
White with #1997D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1997D4; }
p { color: rgb(25,151,212); }
H1.HeaderClassName
{
color: #1997D4;
}
.AnyTagClassName
{
color: #1997D4;
}
</style>
background-color css
<style>
a { background-color: #1997D4; }
a { background-color: rgb(25,151,212); }
div.DivClassName
{
background-color: #1997D4;
}
.BgClassName
{
background-color: #1997D4;
}
</style>
border-color css
<style>
span { border-color: #1997D4; }
span { border-color: rgb(25,151,212); }
td.TdClassName
{
border-color: #1997D4;
}
.TagClassName
{
border-color: #1997D4;
}
</style>