Shades of Pacific Blue #159BDF
Tints of Pacific Blue #159BDF
RGB
CMYK
RGB Variations
Color information
#159BDF (or 0x159BDF) is known color: Pacific Blue. HEX triplet: 15, 9B and DF. RGB value is (21,155,223). Sum of RGB (Red+Green+Blue) = 21+155+223=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #159BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BDF is #EA6420. Grayscale: #7A7A7A. Windows color (decimal): -15361057 or 14654229. OLE color: 14654229.
HSL color Cylindrical-coordinate representation of color #159BDF: hue angle of 200.2º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BDF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 155 | 223 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 200.2º | 0.83% | 0.48% | - |
| HSV(B) | 200.2º | 0.91% | 0.87% | - |
| XYZ | 25.35 | 28.93 | 74.06 | - |
| YUV | 122.69 | 184.61 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 223 | 0.91 | 0.30 | 0 | 0.13 | 200.2 | 0.83 | 0.48 |
| Hex | 15 | 9B | DF | 5B | 1E | 0 | D | C8 | 53 | 30 |
| Octal | 25 | 233 | 337 | 133 | 36 | 0 | 15 | 310 | 123 | 60 |
| Binary | 10101 | 10011011 | 11011111 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010011 | 110000 |
Color Harmonies of #159BDF
Complementary color
Monochromatic Colors of #159BDF
Black with #159BDF
Text Example
Text Example
White with #159BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BDF; }
p { color: rgb(21,155,223); }
H1.HeaderClassName
{
color: #159BDF;
}
.AnyTagClassName
{
color: #159BDF;
}
</style>
background-color css
<style>
a { background-color: #159BDF; }
a { background-color: rgb(21,155,223); }
div.DivClassName
{
background-color: #159BDF;
}
.BgClassName
{
background-color: #159BDF;
}
</style>
border-color css
<style>
span { border-color: #159BDF; }
span { border-color: rgb(21,155,223); }
td.TdClassName
{
border-color: #159BDF;
}
.TagClassName
{
border-color: #159BDF;
}
</style>