Shades of Pacific Blue #158CCE
Tints of Pacific Blue #158CCE
RGB
CMYK
RGB Variations
Color information
#158CCE (or 0x158CCE) is known color: Pacific Blue. HEX triplet: 15, 8C and CE. RGB value is (21,140,206). Sum of RGB (Red+Green+Blue) = 21+140+206=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #158CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CCE is #EA7331. Grayscale: #6F6F6F. Windows color (decimal): -15364914 or 13536277. OLE color: 13536277.
HSL color Cylindrical-coordinate representation of color #158CCE: hue angle of 201.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158CCE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 140 | 206 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.19 |
| HSL | 201.41º | 0.81% | 0.45% | - |
| HSV(B) | 201.41º | 0.9% | 0.81% | - |
| XYZ | 20.83 | 23.37 | 61.81 | - |
| YUV | 111.94 | 181.08 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 206 | 0.90 | 0.32 | 0 | 0.19 | 201.41 | 0.81 | 0.45 |
| Hex | 15 | 8C | CE | 5A | 20 | 0 | 13 | C9 | 51 | 2D |
| Octal | 25 | 214 | 316 | 132 | 40 | 0 | 23 | 311 | 121 | 55 |
| Binary | 10101 | 10001100 | 11001110 | 1011010 | 100000 | 0 | 10011 | 11001001 | 1010001 | 101101 |
Color Harmonies of #158CCE
Complementary color
Monochromatic Colors of #158CCE
Black with #158CCE
Text Example
Text Example
White with #158CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CCE; }
p { color: rgb(21,140,206); }
H1.HeaderClassName
{
color: #158CCE;
}
.AnyTagClassName
{
color: #158CCE;
}
</style>
background-color css
<style>
a { background-color: #158CCE; }
a { background-color: rgb(21,140,206); }
div.DivClassName
{
background-color: #158CCE;
}
.BgClassName
{
background-color: #158CCE;
}
</style>
border-color css
<style>
span { border-color: #158CCE; }
span { border-color: rgb(21,140,206); }
td.TdClassName
{
border-color: #158CCE;
}
.TagClassName
{
border-color: #158CCE;
}
</style>