Shades of Pacific Blue #158ED2
Tints of Pacific Blue #158ED2
RGB
CMYK
RGB Variations
Color information
#158ED2 (or 0x158ED2) is known color: Pacific Blue. HEX triplet: 15, 8E and D2. RGB value is (21,142,210). Sum of RGB (Red+Green+Blue) = 21+142+210=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #158ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ED2 is #EA712D. Grayscale: #717171. Windows color (decimal): -15364398 or 13798933. OLE color: 13798933.
HSL color Cylindrical-coordinate representation of color #158ED2: hue angle of 201.59º 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 #158ED2 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 142 | 210 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.18 |
| HSL | 201.59º | 0.82% | 0.45% | - |
| HSV(B) | 201.59º | 0.9% | 0.82% | - |
| XYZ | 21.62 | 24.16 | 64.5 | - |
| YUV | 113.57 | 182.41 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 210 | 0.90 | 0.32 | 0 | 0.18 | 201.59 | 0.82 | 0.45 |
| Hex | 15 | 8E | D2 | 5A | 20 | 0 | 12 | CA | 52 | 2D |
| Octal | 25 | 216 | 322 | 132 | 40 | 0 | 22 | 312 | 122 | 55 |
| Binary | 10101 | 10001110 | 11010010 | 1011010 | 100000 | 0 | 10010 | 11001010 | 1010010 | 101101 |
Color Harmonies of #158ED2
Complementary color
Monochromatic Colors of #158ED2
Black with #158ED2
Text Example
Text Example
White with #158ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158ED2; }
p { color: rgb(21,142,210); }
H1.HeaderClassName
{
color: #158ED2;
}
.AnyTagClassName
{
color: #158ED2;
}
</style>
background-color css
<style>
a { background-color: #158ED2; }
a { background-color: rgb(21,142,210); }
div.DivClassName
{
background-color: #158ED2;
}
.BgClassName
{
background-color: #158ED2;
}
</style>
border-color css
<style>
span { border-color: #158ED2; }
span { border-color: rgb(21,142,210); }
td.TdClassName
{
border-color: #158ED2;
}
.TagClassName
{
border-color: #158ED2;
}
</style>