Shades of Pacific Blue #1588CB
Tints of Pacific Blue #1588CB
RGB
CMYK
RGB Variations
Color information
#1588CB (or 0x1588CB) is known color: Pacific Blue. HEX triplet: 15, 88 and CB. RGB value is (21,136,203). Sum of RGB (Red+Green+Blue) = 21+136+203=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #1588CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588CB is #EA7734. Grayscale: #6C6C6C. Windows color (decimal): -15365941 or 13338645. OLE color: 13338645.
HSL color Cylindrical-coordinate representation of color #1588CB: hue angle of 202.09º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1588CB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 136 | 203 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.20 |
| HSL | 202.09º | 0.81% | 0.44% | - |
| HSV(B) | 202.09º | 0.9% | 0.8% | - |
| XYZ | 19.89 | 22.08 | 59.71 | - |
| YUV | 109.25 | 180.9 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 203 | 0.90 | 0.33 | 0 | 0.20 | 202.09 | 0.81 | 0.44 |
| Hex | 15 | 88 | CB | 5A | 21 | 0 | 14 | CA | 51 | 2C |
| Octal | 25 | 210 | 313 | 132 | 41 | 0 | 24 | 312 | 121 | 54 |
| Binary | 10101 | 10001000 | 11001011 | 1011010 | 100001 | 0 | 10100 | 11001010 | 1010001 | 101100 |
Color Harmonies of #1588CB
Complementary color
Monochromatic Colors of #1588CB
Black with #1588CB
Text Example
Text Example
White with #1588CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588CB; }
p { color: rgb(21,136,203); }
H1.HeaderClassName
{
color: #1588CB;
}
.AnyTagClassName
{
color: #1588CB;
}
</style>
background-color css
<style>
a { background-color: #1588CB; }
a { background-color: rgb(21,136,203); }
div.DivClassName
{
background-color: #1588CB;
}
.BgClassName
{
background-color: #1588CB;
}
</style>
border-color css
<style>
span { border-color: #1588CB; }
span { border-color: rgb(21,136,203); }
td.TdClassName
{
border-color: #1588CB;
}
.TagClassName
{
border-color: #1588CB;
}
</style>