Shades of Pacific Blue #159BC3
Tints of Pacific Blue #159BC3
RGB
CMYK
RGB Variations
Color information
#159BC3 (or 0x159BC3) is known color: Pacific Blue. HEX triplet: 15, 9B and C3. RGB value is (21,155,195). Sum of RGB (Red+Green+Blue) = 21+155+195=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #159BC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BC3 is #EA643C. Grayscale: #777777. Windows color (decimal): -15361085 or 12819221. OLE color: 12819221.
HSL color Cylindrical-coordinate representation of color #159BC3: hue angle of 193.79º degrees, saturation: 0.81, 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 #159BC3 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 155 | 195 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.24 |
| HSL | 193.79º | 0.81% | 0.42% | - |
| HSV(B) | 193.79º | 0.89% | 0.76% | - |
| XYZ | 21.88 | 27.54 | 55.79 | - |
| YUV | 119.49 | 170.61 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 195 | 0.89 | 0.21 | 0 | 0.24 | 193.79 | 0.81 | 0.42 |
| Hex | 15 | 9B | C3 | 59 | 15 | 0 | 18 | C2 | 51 | 2A |
| Octal | 25 | 233 | 303 | 131 | 25 | 0 | 30 | 302 | 121 | 52 |
| Binary | 10101 | 10011011 | 11000011 | 1011001 | 10101 | 0 | 11000 | 11000010 | 1010001 | 101010 |
Color Harmonies of #159BC3
Complementary color
Monochromatic Colors of #159BC3
Black with #159BC3
Text Example
Text Example
White with #159BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BC3; }
p { color: rgb(21,155,195); }
H1.HeaderClassName
{
color: #159BC3;
}
.AnyTagClassName
{
color: #159BC3;
}
</style>
background-color css
<style>
a { background-color: #159BC3; }
a { background-color: rgb(21,155,195); }
div.DivClassName
{
background-color: #159BC3;
}
.BgClassName
{
background-color: #159BC3;
}
</style>
border-color css
<style>
span { border-color: #159BC3; }
span { border-color: rgb(21,155,195); }
td.TdClassName
{
border-color: #159BC3;
}
.TagClassName
{
border-color: #159BC3;
}
</style>