Shades of Pacific Blue #1588D8
Tints of Pacific Blue #1588D8
RGB
CMYK
RGB Variations
Color information
#1588D8 (or 0x1588D8) is known color: Pacific Blue. HEX triplet: 15, 88 and D8. RGB value is (21,136,216). Sum of RGB (Red+Green+Blue) = 21+136+216=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #1588D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588D8 is #EA7727. Grayscale: #6E6E6E. Windows color (decimal): -15365928 or 14190613. OLE color: 14190613.
HSL color Cylindrical-coordinate representation of color #1588D8: hue angle of 204.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1588D8 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 136 | 216 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.15 |
| HSL | 204.62º | 0.82% | 0.46% | - |
| HSV(B) | 204.62º | 0.9% | 0.85% | - |
| XYZ | 21.51 | 22.73 | 68.22 | - |
| YUV | 110.74 | 187.4 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 216 | 0.90 | 0.37 | 0 | 0.15 | 204.62 | 0.82 | 0.46 |
| Hex | 15 | 88 | D8 | 5A | 25 | 0 | F | CD | 52 | 2E |
| Octal | 25 | 210 | 330 | 132 | 45 | 0 | 17 | 315 | 122 | 56 |
| Binary | 10101 | 10001000 | 11011000 | 1011010 | 100101 | 0 | 1111 | 11001101 | 1010010 | 101110 |
Color Harmonies of #1588D8
Complementary color
Monochromatic Colors of #1588D8
Black with #1588D8
Text Example
Text Example
White with #1588D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588D8; }
p { color: rgb(21,136,216); }
H1.HeaderClassName
{
color: #1588D8;
}
.AnyTagClassName
{
color: #1588D8;
}
</style>
background-color css
<style>
a { background-color: #1588D8; }
a { background-color: rgb(21,136,216); }
div.DivClassName
{
background-color: #1588D8;
}
.BgClassName
{
background-color: #1588D8;
}
</style>
border-color css
<style>
span { border-color: #1588D8; }
span { border-color: rgb(21,136,216); }
td.TdClassName
{
border-color: #1588D8;
}
.TagClassName
{
border-color: #1588D8;
}
</style>