Shades of Pacific Blue #1599DA
Tints of Pacific Blue #1599DA
RGB
CMYK
RGB Variations
Color information
#1599DA (or 0x1599DA) is known color: Pacific Blue. HEX triplet: 15, 99 and DA. RGB value is (21,153,218). Sum of RGB (Red+Green+Blue) = 21+153+218=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #1599DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599DA is #EA6625. Grayscale: #787878. Windows color (decimal): -15361574 or 14326037. OLE color: 14326037.
HSL color Cylindrical-coordinate representation of color #1599DA: hue angle of 199.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1599DA is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 153 | 218 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.15 |
| HSL | 199.8º | 0.82% | 0.47% | - |
| HSV(B) | 199.8º | 0.9% | 0.85% | - |
| XYZ | 24.36 | 28 | 70.45 | - |
| YUV | 120.94 | 182.77 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 218 | 0.90 | 0.30 | 0 | 0.15 | 199.8 | 0.82 | 0.47 |
| Hex | 15 | 99 | DA | 5A | 1E | 0 | F | C8 | 52 | 2F |
| Octal | 25 | 231 | 332 | 132 | 36 | 0 | 17 | 310 | 122 | 57 |
| Binary | 10101 | 10011001 | 11011010 | 1011010 | 11110 | 0 | 1111 | 11001000 | 1010010 | 101111 |
Color Harmonies of #1599DA
Complementary color
Monochromatic Colors of #1599DA
Black with #1599DA
Text Example
Text Example
White with #1599DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1599DA; }
p { color: rgb(21,153,218); }
H1.HeaderClassName
{
color: #1599DA;
}
.AnyTagClassName
{
color: #1599DA;
}
</style>
background-color css
<style>
a { background-color: #1599DA; }
a { background-color: rgb(21,153,218); }
div.DivClassName
{
background-color: #1599DA;
}
.BgClassName
{
background-color: #1599DA;
}
</style>
border-color css
<style>
span { border-color: #1599DA; }
span { border-color: rgb(21,153,218); }
td.TdClassName
{
border-color: #1599DA;
}
.TagClassName
{
border-color: #1599DA;
}
</style>