Shades of Pacific Blue #1597CB
Tints of Pacific Blue #1597CB
RGB
CMYK
RGB Variations
Color information
#1597CB (or 0x1597CB) is known color: Pacific Blue. HEX triplet: 15, 97 and CB. RGB value is (21,151,203). Sum of RGB (Red+Green+Blue) = 21+151+203=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #1597CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597CB is #EA6834. Grayscale: #757575. Windows color (decimal): -15362101 or 13342485. OLE color: 13342485.
HSL color Cylindrical-coordinate representation of color #1597CB: hue angle of 197.14º 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 #1597CB is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 151 | 203 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.20 |
| HSL | 197.14º | 0.81% | 0.44% | - |
| HSV(B) | 197.14º | 0.9% | 0.8% | - |
| XYZ | 22.16 | 26.6 | 60.47 | - |
| YUV | 118.06 | 175.93 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 203 | 0.90 | 0.26 | 0 | 0.20 | 197.14 | 0.81 | 0.44 |
| Hex | 15 | 97 | CB | 5A | 1A | 0 | 14 | C5 | 51 | 2C |
| Octal | 25 | 227 | 313 | 132 | 32 | 0 | 24 | 305 | 121 | 54 |
| Binary | 10101 | 10010111 | 11001011 | 1011010 | 11010 | 0 | 10100 | 11000101 | 1010001 | 101100 |
Color Harmonies of #1597CB
Complementary color
Monochromatic Colors of #1597CB
Black with #1597CB
Text Example
Text Example
White with #1597CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597CB; }
p { color: rgb(21,151,203); }
H1.HeaderClassName
{
color: #1597CB;
}
.AnyTagClassName
{
color: #1597CB;
}
</style>
background-color css
<style>
a { background-color: #1597CB; }
a { background-color: rgb(21,151,203); }
div.DivClassName
{
background-color: #1597CB;
}
.BgClassName
{
background-color: #1597CB;
}
</style>
border-color css
<style>
span { border-color: #1597CB; }
span { border-color: rgb(21,151,203); }
td.TdClassName
{
border-color: #1597CB;
}
.TagClassName
{
border-color: #1597CB;
}
</style>