Shades of Pacific Blue #1599CF
Tints of Pacific Blue #1599CF
RGB
CMYK
RGB Variations
Color information
#1599CF (or 0x1599CF) is known color: Pacific Blue. HEX triplet: 15, 99 and CF. RGB value is (21,153,207). Sum of RGB (Red+Green+Blue) = 21+153+207=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #1599CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599CF is #EA6630. Grayscale: #777777. Windows color (decimal): -15361585 or 13605141. OLE color: 13605141.
HSL color Cylindrical-coordinate representation of color #1599CF: hue angle of 197.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1599CF is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 153 | 207 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.19 |
| HSL | 197.42º | 0.82% | 0.45% | - |
| HSV(B) | 197.42º | 0.9% | 0.81% | - |
| XYZ | 22.96 | 27.45 | 63.12 | - |
| YUV | 119.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 207 | 0.90 | 0.26 | 0 | 0.19 | 197.42 | 0.82 | 0.45 |
| Hex | 15 | 99 | CF | 5A | 1A | 0 | 13 | C5 | 52 | 2D |
| Octal | 25 | 231 | 317 | 132 | 32 | 0 | 23 | 305 | 122 | 55 |
| Binary | 10101 | 10011001 | 11001111 | 1011010 | 11010 | 0 | 10011 | 11000101 | 1010010 | 101101 |
Color Harmonies of #1599CF
Complementary color
Monochromatic Colors of #1599CF
Black with #1599CF
Text Example
Text Example
White with #1599CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1599CF; }
p { color: rgb(21,153,207); }
H1.HeaderClassName
{
color: #1599CF;
}
.AnyTagClassName
{
color: #1599CF;
}
</style>
background-color css
<style>
a { background-color: #1599CF; }
a { background-color: rgb(21,153,207); }
div.DivClassName
{
background-color: #1599CF;
}
.BgClassName
{
background-color: #1599CF;
}
</style>
border-color css
<style>
span { border-color: #1599CF; }
span { border-color: rgb(21,153,207); }
td.TdClassName
{
border-color: #1599CF;
}
.TagClassName
{
border-color: #1599CF;
}
</style>