Shades of Pacific Blue #159EE0
Tints of Pacific Blue #159EE0
RGB
CMYK
RGB Variations
Color information
#159EE0 (or 0x159EE0) is known color: Pacific Blue. HEX triplet: 15, 9E and E0. RGB value is (21,158,224). Sum of RGB (Red+Green+Blue) = 21+158+224=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #159EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EE0 is #EA611F. Grayscale: #7C7C7C. Windows color (decimal): -15360288 or 14720533. OLE color: 14720533.
HSL color Cylindrical-coordinate representation of color #159EE0: hue angle of 199.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159EE0 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 158 | 224 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.12 |
| HSL | 199.51º | 0.83% | 0.48% | - |
| HSV(B) | 199.51º | 0.91% | 0.88% | - |
| XYZ | 25.99 | 29.99 | 74.94 | - |
| YUV | 124.56 | 184.11 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 224 | 0.91 | 0.29 | 0 | 0.12 | 199.51 | 0.83 | 0.48 |
| Hex | 15 | 9E | E0 | 5B | 1D | 0 | C | C8 | 53 | 30 |
| Octal | 25 | 236 | 340 | 133 | 35 | 0 | 14 | 310 | 123 | 60 |
| Binary | 10101 | 10011110 | 11100000 | 1011011 | 11101 | 0 | 1100 | 11001000 | 1010011 | 110000 |
Color Harmonies of #159EE0
Complementary color
Monochromatic Colors of #159EE0
Black with #159EE0
Text Example
Text Example
White with #159EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159EE0; }
p { color: rgb(21,158,224); }
H1.HeaderClassName
{
color: #159EE0;
}
.AnyTagClassName
{
color: #159EE0;
}
</style>
background-color css
<style>
a { background-color: #159EE0; }
a { background-color: rgb(21,158,224); }
div.DivClassName
{
background-color: #159EE0;
}
.BgClassName
{
background-color: #159EE0;
}
</style>
border-color css
<style>
span { border-color: #159EE0; }
span { border-color: rgb(21,158,224); }
td.TdClassName
{
border-color: #159EE0;
}
.TagClassName
{
border-color: #159EE0;
}
</style>