Shades of Pacific Blue #158FC4
Tints of Pacific Blue #158FC4
RGB
CMYK
RGB Variations
Color information
#158FC4 (or 0x158FC4) is known color: Pacific Blue. HEX triplet: 15, 8F and C4. RGB value is (21,143,196). Sum of RGB (Red+Green+Blue) = 21+143+196=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #158FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FC4 is #EA703B. Grayscale: #707070. Windows color (decimal): -15364156 or 12881685. OLE color: 12881685.
HSL color Cylindrical-coordinate representation of color #158FC4: hue angle of 198.17º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158FC4 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 143 | 196 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.23 |
| HSL | 198.17º | 0.81% | 0.43% | - |
| HSV(B) | 198.17º | 0.89% | 0.77% | - |
| XYZ | 20.1 | 23.79 | 55.76 | - |
| YUV | 112.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 196 | 0.89 | 0.27 | 0 | 0.23 | 198.17 | 0.81 | 0.43 |
| Hex | 15 | 8F | C4 | 59 | 1B | 0 | 17 | C6 | 51 | 2B |
| Octal | 25 | 217 | 304 | 131 | 33 | 0 | 27 | 306 | 121 | 53 |
| Binary | 10101 | 10001111 | 11000100 | 1011001 | 11011 | 0 | 10111 | 11000110 | 1010001 | 101011 |
Color Harmonies of #158FC4
Complementary color
Monochromatic Colors of #158FC4
Black with #158FC4
Text Example
Text Example
White with #158FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FC4; }
p { color: rgb(21,143,196); }
H1.HeaderClassName
{
color: #158FC4;
}
.AnyTagClassName
{
color: #158FC4;
}
</style>
background-color css
<style>
a { background-color: #158FC4; }
a { background-color: rgb(21,143,196); }
div.DivClassName
{
background-color: #158FC4;
}
.BgClassName
{
background-color: #158FC4;
}
</style>
border-color css
<style>
span { border-color: #158FC4; }
span { border-color: rgb(21,143,196); }
td.TdClassName
{
border-color: #158FC4;
}
.TagClassName
{
border-color: #158FC4;
}
</style>