Shades of Pacific Blue #158CCC
Tints of Pacific Blue #158CCC
RGB
CMYK
RGB Variations
Color information
#158CCC (or 0x158CCC) is known color: Pacific Blue. HEX triplet: 15, 8C and CC. RGB value is (21,140,204). Sum of RGB (Red+Green+Blue) = 21+140+204=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #158CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CCC is #EA7333. Grayscale: #6F6F6F. Windows color (decimal): -15364916 or 13405205. OLE color: 13405205.
HSL color Cylindrical-coordinate representation of color #158CCC: hue angle of 200.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158CCC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 140 | 204 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.2 |
| HSL | 200.98º | 0.81% | 0.44% | - |
| HSV(B) | 200.98º | 0.9% | 0.8% | - |
| XYZ | 20.59 | 23.28 | 60.53 | - |
| YUV | 111.72 | 180.08 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 204 | 0.90 | 0.31 | 0 | 0.2 | 200.98 | 0.81 | 0.44 |
| Hex | 15 | 8C | CC | 5A | 1F | 0 | 14 | C9 | 51 | 2C |
| Octal | 25 | 214 | 314 | 132 | 37 | 0 | 24 | 311 | 121 | 54 |
| Binary | 10101 | 10001100 | 11001100 | 1011010 | 11111 | 0 | 10100 | 11001001 | 1010001 | 101100 |
Color Harmonies of #158CCC
Complementary color
Monochromatic Colors of #158CCC
Black with #158CCC
Text Example
Text Example
White with #158CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CCC; }
p { color: rgb(21,140,204); }
H1.HeaderClassName
{
color: #158CCC;
}
.AnyTagClassName
{
color: #158CCC;
}
</style>
background-color css
<style>
a { background-color: #158CCC; }
a { background-color: rgb(21,140,204); }
div.DivClassName
{
background-color: #158CCC;
}
.BgClassName
{
background-color: #158CCC;
}
</style>
border-color css
<style>
span { border-color: #158CCC; }
span { border-color: rgb(21,140,204); }
td.TdClassName
{
border-color: #158CCC;
}
.TagClassName
{
border-color: #158CCC;
}
</style>