Shades of Pacific Blue #159BCF
Tints of Pacific Blue #159BCF
RGB
CMYK
RGB Variations
Color information
#159BCF (or 0x159BCF) is known color: Pacific Blue. HEX triplet: 15, 9B and CF. RGB value is (21,155,207). Sum of RGB (Red+Green+Blue) = 21+155+207=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #159BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BCF is #EA6430. Grayscale: #787878. Windows color (decimal): -15361073 or 13605653. OLE color: 13605653.
HSL color Cylindrical-coordinate representation of color #159BCF: hue angle of 196.77º 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 #159BCF is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 155 | 207 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.19 |
| HSL | 196.77º | 0.82% | 0.45% | - |
| HSV(B) | 196.77º | 0.9% | 0.81% | - |
| XYZ | 23.29 | 28.11 | 63.23 | - |
| YUV | 120.86 | 176.61 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 207 | 0.90 | 0.25 | 0 | 0.19 | 196.77 | 0.82 | 0.45 |
| Hex | 15 | 9B | CF | 5A | 19 | 0 | 13 | C5 | 52 | 2D |
| Octal | 25 | 233 | 317 | 132 | 31 | 0 | 23 | 305 | 122 | 55 |
| Binary | 10101 | 10011011 | 11001111 | 1011010 | 11001 | 0 | 10011 | 11000101 | 1010010 | 101101 |
Color Harmonies of #159BCF
Complementary color
Monochromatic Colors of #159BCF
Black with #159BCF
Text Example
Text Example
White with #159BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BCF; }
p { color: rgb(21,155,207); }
H1.HeaderClassName
{
color: #159BCF;
}
.AnyTagClassName
{
color: #159BCF;
}
</style>
background-color css
<style>
a { background-color: #159BCF; }
a { background-color: rgb(21,155,207); }
div.DivClassName
{
background-color: #159BCF;
}
.BgClassName
{
background-color: #159BCF;
}
</style>
border-color css
<style>
span { border-color: #159BCF; }
span { border-color: rgb(21,155,207); }
td.TdClassName
{
border-color: #159BCF;
}
.TagClassName
{
border-color: #159BCF;
}
</style>