Shades of Pacific Blue #158DDA
Tints of Pacific Blue #158DDA
RGB
CMYK
RGB Variations
Color information
#158DDA (or 0x158DDA) is known color: Pacific Blue. HEX triplet: 15, 8D and DA. RGB value is (21,141,218). Sum of RGB (Red+Green+Blue) = 21+141+218=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #158DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DDA is #EA7225. Grayscale: #717171. Windows color (decimal): -15364646 or 14322965. OLE color: 14322965.
HSL color Cylindrical-coordinate representation of color #158DDA: hue angle of 203.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158DDA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 141 | 218 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.15 |
| HSL | 203.45º | 0.82% | 0.47% | - |
| HSV(B) | 203.45º | 0.9% | 0.85% | - |
| XYZ | 22.49 | 24.27 | 69.83 | - |
| YUV | 113.9 | 186.74 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 218 | 0.90 | 0.35 | 0 | 0.15 | 203.45 | 0.82 | 0.47 |
| Hex | 15 | 8D | DA | 5A | 23 | 0 | F | CB | 52 | 2F |
| Octal | 25 | 215 | 332 | 132 | 43 | 0 | 17 | 313 | 122 | 57 |
| Binary | 10101 | 10001101 | 11011010 | 1011010 | 100011 | 0 | 1111 | 11001011 | 1010010 | 101111 |
Color Harmonies of #158DDA
Complementary color
Monochromatic Colors of #158DDA
Black with #158DDA
Text Example
Text Example
White with #158DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DDA; }
p { color: rgb(21,141,218); }
H1.HeaderClassName
{
color: #158DDA;
}
.AnyTagClassName
{
color: #158DDA;
}
</style>
background-color css
<style>
a { background-color: #158DDA; }
a { background-color: rgb(21,141,218); }
div.DivClassName
{
background-color: #158DDA;
}
.BgClassName
{
background-color: #158DDA;
}
</style>
border-color css
<style>
span { border-color: #158DDA; }
span { border-color: rgb(21,141,218); }
td.TdClassName
{
border-color: #158DDA;
}
.TagClassName
{
border-color: #158DDA;
}
</style>