Shades of Pacific Blue #1997DA
Tints of Pacific Blue #1997DA
RGB
CMYK
RGB Variations
Color information
#1997DA (or 0x1997DA) is known color: Pacific Blue. HEX triplet: 19, 97 and DA. RGB value is (25,151,218). Sum of RGB (Red+Green+Blue) = 25+151+218=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #1997DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997DA is #E66825. Grayscale: #787878. Windows color (decimal): -15099942 or 14325529. OLE color: 14325529.
HSL color Cylindrical-coordinate representation of color #1997DA: hue angle of 200.83º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1997DA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 151 | 218 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.15 |
| HSL | 200.83º | 0.79% | 0.48% | - |
| HSV(B) | 200.83º | 0.89% | 0.85% | - |
| XYZ | 24.12 | 27.4 | 70.35 | - |
| YUV | 120.96 | 182.76 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 218 | 0.89 | 0.31 | 0 | 0.15 | 200.83 | 0.79 | 0.48 |
| Hex | 19 | 97 | DA | 59 | 1F | 0 | F | C9 | 4F | 30 |
| Octal | 31 | 227 | 332 | 131 | 37 | 0 | 17 | 311 | 117 | 60 |
| Binary | 11001 | 10010111 | 11011010 | 1011001 | 11111 | 0 | 1111 | 11001001 | 1001111 | 110000 |
Color Harmonies of #1997DA
Complementary color
Monochromatic Colors of #1997DA
Black with #1997DA
Text Example
Text Example
White with #1997DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1997DA; }
p { color: rgb(25,151,218); }
H1.HeaderClassName
{
color: #1997DA;
}
.AnyTagClassName
{
color: #1997DA;
}
</style>
background-color css
<style>
a { background-color: #1997DA; }
a { background-color: rgb(25,151,218); }
div.DivClassName
{
background-color: #1997DA;
}
.BgClassName
{
background-color: #1997DA;
}
</style>
border-color css
<style>
span { border-color: #1997DA; }
span { border-color: rgb(25,151,218); }
td.TdClassName
{
border-color: #1997DA;
}
.TagClassName
{
border-color: #1997DA;
}
</style>