Shades of Pacific Blue #1598CB
Tints of Pacific Blue #1598CB
RGB
CMYK
RGB Variations
Color information
#1598CB (or 0x1598CB) is known color: Pacific Blue. HEX triplet: 15, 98 and CB. RGB value is (21,152,203). Sum of RGB (Red+Green+Blue) = 21+152+203=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #1598CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1598CB is #EA6734. Grayscale: #767676. Windows color (decimal): -15361845 or 13342741. OLE color: 13342741.
HSL color Cylindrical-coordinate representation of color #1598CB: hue angle of 196.81º 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 #1598CB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 152 | 203 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.20 |
| HSL | 196.81º | 0.81% | 0.44% | - |
| HSV(B) | 196.81º | 0.9% | 0.8% | - |
| XYZ | 22.32 | 26.93 | 60.52 | - |
| YUV | 118.65 | 175.6 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 152 | 203 | 0.90 | 0.25 | 0 | 0.20 | 196.81 | 0.81 | 0.44 |
| Hex | 15 | 98 | CB | 5A | 19 | 0 | 14 | C5 | 51 | 2C |
| Octal | 25 | 230 | 313 | 132 | 31 | 0 | 24 | 305 | 121 | 54 |
| Binary | 10101 | 10011000 | 11001011 | 1011010 | 11001 | 0 | 10100 | 11000101 | 1010001 | 101100 |
Color Harmonies of #1598CB
Complementary color
Monochromatic Colors of #1598CB
Black with #1598CB
Text Example
Text Example
White with #1598CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1598CB; }
p { color: rgb(21,152,203); }
H1.HeaderClassName
{
color: #1598CB;
}
.AnyTagClassName
{
color: #1598CB;
}
</style>
background-color css
<style>
a { background-color: #1598CB; }
a { background-color: rgb(21,152,203); }
div.DivClassName
{
background-color: #1598CB;
}
.BgClassName
{
background-color: #1598CB;
}
</style>
border-color css
<style>
span { border-color: #1598CB; }
span { border-color: rgb(21,152,203); }
td.TdClassName
{
border-color: #1598CB;
}
.TagClassName
{
border-color: #1598CB;
}
</style>