Shades of Pacific Blue #158FC2
Tints of Pacific Blue #158FC2
RGB
CMYK
RGB Variations
Color information
#158FC2 (or 0x158FC2) is known color: Pacific Blue. HEX triplet: 15, 8F and C2. RGB value is (21,143,194). Sum of RGB (Red+Green+Blue) = 21+143+194=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #158FC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FC2 is #EA703D. Grayscale: #707070. Windows color (decimal): -15364158 or 12750613. OLE color: 12750613.
HSL color Cylindrical-coordinate representation of color #158FC2: hue angle of 197.69º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158FC2 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 143 | 194 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.24 |
| HSL | 197.69º | 0.8% | 0.42% | - |
| HSV(B) | 197.69º | 0.89% | 0.76% | - |
| XYZ | 19.87 | 23.7 | 54.57 | - |
| YUV | 112.34 | 174.08 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 194 | 0.89 | 0.26 | 0 | 0.24 | 197.69 | 0.8 | 0.42 |
| Hex | 15 | 8F | C2 | 59 | 1A | 0 | 18 | C6 | 50 | 2A |
| Octal | 25 | 217 | 302 | 131 | 32 | 0 | 30 | 306 | 120 | 52 |
| Binary | 10101 | 10001111 | 11000010 | 1011001 | 11010 | 0 | 11000 | 11000110 | 1010000 | 101010 |
Color Harmonies of #158FC2
Complementary color
Monochromatic Colors of #158FC2
Black with #158FC2
Text Example
Text Example
White with #158FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FC2; }
p { color: rgb(21,143,194); }
H1.HeaderClassName
{
color: #158FC2;
}
.AnyTagClassName
{
color: #158FC2;
}
</style>
background-color css
<style>
a { background-color: #158FC2; }
a { background-color: rgb(21,143,194); }
div.DivClassName
{
background-color: #158FC2;
}
.BgClassName
{
background-color: #158FC2;
}
</style>
border-color css
<style>
span { border-color: #158FC2; }
span { border-color: rgb(21,143,194); }
td.TdClassName
{
border-color: #158FC2;
}
.TagClassName
{
border-color: #158FC2;
}
</style>