Shades of Pacific Blue #1799DA
Tints of Pacific Blue #1799DA
RGB
CMYK
RGB Variations
Color information
#1799DA (or 0x1799DA) is known color: Pacific Blue. HEX triplet: 17, 99 and DA. RGB value is (23,153,218). Sum of RGB (Red+Green+Blue) = 23+153+218=394 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.84% from 394); Green value is 153 (60.16% from 255 or 38.83% 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 #1799DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799DA is #E86625. Grayscale: #797979. Windows color (decimal): -15230502 or 14326039. OLE color: 14326039.
HSL color Cylindrical-coordinate representation of color #1799DA: hue angle of 200º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1799DA is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 153 | 218 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.15 |
| HSL | 200º | 0.81% | 0.47% | - |
| HSV(B) | 200º | 0.89% | 0.85% | - |
| XYZ | 24.4 | 28.03 | 70.45 | - |
| YUV | 121.54 | 182.43 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 218 | 0.89 | 0.30 | 0 | 0.15 | 200 | 0.81 | 0.47 |
| Hex | 17 | 99 | DA | 59 | 1E | 0 | F | C8 | 51 | 2F |
| Octal | 27 | 231 | 332 | 131 | 36 | 0 | 17 | 310 | 121 | 57 |
| Binary | 10111 | 10011001 | 11011010 | 1011001 | 11110 | 0 | 1111 | 11001000 | 1010001 | 101111 |
Color Harmonies of #1799DA
Complementary color
Monochromatic Colors of #1799DA
Black with #1799DA
Text Example
Text Example
White with #1799DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799DA; }
p { color: rgb(23,153,218); }
H1.HeaderClassName
{
color: #1799DA;
}
.AnyTagClassName
{
color: #1799DA;
}
</style>
background-color css
<style>
a { background-color: #1799DA; }
a { background-color: rgb(23,153,218); }
div.DivClassName
{
background-color: #1799DA;
}
.BgClassName
{
background-color: #1799DA;
}
</style>
border-color css
<style>
span { border-color: #1799DA; }
span { border-color: rgb(23,153,218); }
td.TdClassName
{
border-color: #1799DA;
}
.TagClassName
{
border-color: #1799DA;
}
</style>