Shades of Pacific Blue #1599C5
Tints of Pacific Blue #1599C5
RGB
CMYK
RGB Variations
Color information
#1599C5 (or 0x1599C5) is known color: Pacific Blue. HEX triplet: 15, 99 and C5. RGB value is (21,153,197). Sum of RGB (Red+Green+Blue) = 21+153+197=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #1599C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599C5 is #EA663A. Grayscale: #767676. Windows color (decimal): -15361595 or 12949781. OLE color: 12949781.
HSL color Cylindrical-coordinate representation of color #1599C5: hue angle of 195º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1599C5 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 153 | 197 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.23 |
| HSL | 195º | 0.81% | 0.43% | - |
| HSV(B) | 195º | 0.89% | 0.77% | - |
| XYZ | 21.78 | 26.97 | 56.88 | - |
| YUV | 118.55 | 172.27 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 197 | 0.89 | 0.22 | 0 | 0.23 | 195 | 0.81 | 0.43 |
| Hex | 15 | 99 | C5 | 59 | 16 | 0 | 17 | C3 | 51 | 2B |
| Octal | 25 | 231 | 305 | 131 | 26 | 0 | 27 | 303 | 121 | 53 |
| Binary | 10101 | 10011001 | 11000101 | 1011001 | 10110 | 0 | 10111 | 11000011 | 1010001 | 101011 |
Color Harmonies of #1599C5
Complementary color
Monochromatic Colors of #1599C5
Black with #1599C5
Text Example
Text Example
White with #1599C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1599C5; }
p { color: rgb(21,153,197); }
H1.HeaderClassName
{
color: #1599C5;
}
.AnyTagClassName
{
color: #1599C5;
}
</style>
background-color css
<style>
a { background-color: #1599C5; }
a { background-color: rgb(21,153,197); }
div.DivClassName
{
background-color: #1599C5;
}
.BgClassName
{
background-color: #1599C5;
}
</style>
border-color css
<style>
span { border-color: #1599C5; }
span { border-color: rgb(21,153,197); }
td.TdClassName
{
border-color: #1599C5;
}
.TagClassName
{
border-color: #1599C5;
}
</style>