Shades of Pacific Blue #1588D7
Tints of Pacific Blue #1588D7
RGB
CMYK
RGB Variations
Color information
#1588D7 (or 0x1588D7) is known color: Pacific Blue. HEX triplet: 15, 88 and D7. RGB value is (21,136,215). Sum of RGB (Red+Green+Blue) = 21+136+215=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #1588D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588D7 is #EA7728. Grayscale: #6E6E6E. Windows color (decimal): -15365929 or 14125077. OLE color: 14125077.
HSL color Cylindrical-coordinate representation of color #1588D7: hue angle of 204.43º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1588D7 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 136 | 215 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.16 |
| HSL | 204.43º | 0.82% | 0.46% | - |
| HSV(B) | 204.43º | 0.9% | 0.84% | - |
| XYZ | 21.38 | 22.67 | 67.54 | - |
| YUV | 110.62 | 186.9 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 215 | 0.90 | 0.37 | 0 | 0.16 | 204.43 | 0.82 | 0.46 |
| Hex | 15 | 88 | D7 | 5A | 25 | 0 | 10 | CC | 52 | 2E |
| Octal | 25 | 210 | 327 | 132 | 45 | 0 | 20 | 314 | 122 | 56 |
| Binary | 10101 | 10001000 | 11010111 | 1011010 | 100101 | 0 | 10000 | 11001100 | 1010010 | 101110 |
Color Harmonies of #1588D7
Complementary color
Monochromatic Colors of #1588D7
Black with #1588D7
Text Example
Text Example
White with #1588D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588D7; }
p { color: rgb(21,136,215); }
H1.HeaderClassName
{
color: #1588D7;
}
.AnyTagClassName
{
color: #1588D7;
}
</style>
background-color css
<style>
a { background-color: #1588D7; }
a { background-color: rgb(21,136,215); }
div.DivClassName
{
background-color: #1588D7;
}
.BgClassName
{
background-color: #1588D7;
}
</style>
border-color css
<style>
span { border-color: #1588D7; }
span { border-color: rgb(21,136,215); }
td.TdClassName
{
border-color: #1588D7;
}
.TagClassName
{
border-color: #1588D7;
}
</style>