Shades of Pacific Blue #159DDF
Tints of Pacific Blue #159DDF
RGB
CMYK
RGB Variations
Color information
#159DDF (or 0x159DDF) is known color: Pacific Blue. HEX triplet: 15, 9D and DF. RGB value is (21,157,223). Sum of RGB (Red+Green+Blue) = 21+157+223=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #159DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DDF is #EA6220. Grayscale: #7B7B7B. Windows color (decimal): -15360545 or 14654741. OLE color: 14654741.
HSL color Cylindrical-coordinate representation of color #159DDF: hue angle of 199.6º 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 #159DDF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 157 | 223 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 199.6º | 0.83% | 0.48% | - |
| HSV(B) | 199.6º | 0.91% | 0.87% | - |
| XYZ | 25.69 | 29.6 | 74.17 | - |
| YUV | 123.86 | 183.94 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 223 | 0.91 | 0.30 | 0 | 0.13 | 199.6 | 0.83 | 0.48 |
| Hex | 15 | 9D | DF | 5B | 1E | 0 | D | C8 | 53 | 30 |
| Octal | 25 | 235 | 337 | 133 | 36 | 0 | 15 | 310 | 123 | 60 |
| Binary | 10101 | 10011101 | 11011111 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010011 | 110000 |
Color Harmonies of #159DDF
Complementary color
Monochromatic Colors of #159DDF
Black with #159DDF
Text Example
Text Example
White with #159DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DDF; }
p { color: rgb(21,157,223); }
H1.HeaderClassName
{
color: #159DDF;
}
.AnyTagClassName
{
color: #159DDF;
}
</style>
background-color css
<style>
a { background-color: #159DDF; }
a { background-color: rgb(21,157,223); }
div.DivClassName
{
background-color: #159DDF;
}
.BgClassName
{
background-color: #159DDF;
}
</style>
border-color css
<style>
span { border-color: #159DDF; }
span { border-color: rgb(21,157,223); }
td.TdClassName
{
border-color: #159DDF;
}
.TagClassName
{
border-color: #159DDF;
}
</style>