Shades of Pacific Blue #159CC2
Tints of Pacific Blue #159CC2
RGB
CMYK
RGB Variations
Color information
#159CC2 (or 0x159CC2) is known color: Pacific Blue. HEX triplet: 15, 9C and C2. RGB value is (21,156,194). Sum of RGB (Red+Green+Blue) = 21+156+194=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #159CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CC2 is #EA633D. Grayscale: #777777. Windows color (decimal): -15360830 or 12753941. OLE color: 12753941.
HSL color Cylindrical-coordinate representation of color #159CC2: hue angle of 193.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159CC2 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 156 | 194 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.24 |
| HSL | 193.18º | 0.8% | 0.42% | - |
| HSV(B) | 193.18º | 0.89% | 0.76% | - |
| XYZ | 21.94 | 27.83 | 55.25 | - |
| YUV | 119.97 | 169.77 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 194 | 0.89 | 0.20 | 0 | 0.24 | 193.18 | 0.8 | 0.42 |
| Hex | 15 | 9C | C2 | 59 | 14 | 0 | 18 | C1 | 50 | 2A |
| Octal | 25 | 234 | 302 | 131 | 24 | 0 | 30 | 301 | 120 | 52 |
| Binary | 10101 | 10011100 | 11000010 | 1011001 | 10100 | 0 | 11000 | 11000001 | 1010000 | 101010 |
Color Harmonies of #159CC2
Complementary color
Monochromatic Colors of #159CC2
Black with #159CC2
Text Example
Text Example
White with #159CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CC2; }
p { color: rgb(21,156,194); }
H1.HeaderClassName
{
color: #159CC2;
}
.AnyTagClassName
{
color: #159CC2;
}
</style>
background-color css
<style>
a { background-color: #159CC2; }
a { background-color: rgb(21,156,194); }
div.DivClassName
{
background-color: #159CC2;
}
.BgClassName
{
background-color: #159CC2;
}
</style>
border-color css
<style>
span { border-color: #159CC2; }
span { border-color: rgb(21,156,194); }
td.TdClassName
{
border-color: #159CC2;
}
.TagClassName
{
border-color: #159CC2;
}
</style>