Shades of Pacific Blue #158ED0
Tints of Pacific Blue #158ED0
RGB
CMYK
RGB Variations
Color information
#158ED0 (or 0x158ED0) is known color: Pacific Blue. HEX triplet: 15, 8E and D0. RGB value is (21,142,208). Sum of RGB (Red+Green+Blue) = 21+142+208=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #158ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ED0 is #EA712F. Grayscale: #707070. Windows color (decimal): -15364400 or 13667861. OLE color: 13667861.
HSL color Cylindrical-coordinate representation of color #158ED0: hue angle of 201.18º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158ED0 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 142 | 208 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.18 |
| HSL | 201.18º | 0.82% | 0.45% | - |
| HSV(B) | 201.18º | 0.9% | 0.82% | - |
| XYZ | 21.37 | 24.06 | 63.19 | - |
| YUV | 113.35 | 181.41 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 208 | 0.90 | 0.32 | 0 | 0.18 | 201.18 | 0.82 | 0.45 |
| Hex | 15 | 8E | D0 | 5A | 20 | 0 | 12 | C9 | 52 | 2D |
| Octal | 25 | 216 | 320 | 132 | 40 | 0 | 22 | 311 | 122 | 55 |
| Binary | 10101 | 10001110 | 11010000 | 1011010 | 100000 | 0 | 10010 | 11001001 | 1010010 | 101101 |
Color Harmonies of #158ED0
Complementary color
Monochromatic Colors of #158ED0
Black with #158ED0
Text Example
Text Example
White with #158ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158ED0; }
p { color: rgb(21,142,208); }
H1.HeaderClassName
{
color: #158ED0;
}
.AnyTagClassName
{
color: #158ED0;
}
</style>
background-color css
<style>
a { background-color: #158ED0; }
a { background-color: rgb(21,142,208); }
div.DivClassName
{
background-color: #158ED0;
}
.BgClassName
{
background-color: #158ED0;
}
</style>
border-color css
<style>
span { border-color: #158ED0; }
span { border-color: rgb(21,142,208); }
td.TdClassName
{
border-color: #158ED0;
}
.TagClassName
{
border-color: #158ED0;
}
</style>