Shades of Pacific Blue #158BCF
Tints of Pacific Blue #158BCF
RGB
CMYK
RGB Variations
Color information
#158BCF (or 0x158BCF) is known color: Pacific Blue. HEX triplet: 15, 8B and CF. RGB value is (21,139,207). Sum of RGB (Red+Green+Blue) = 21+139+207=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #158BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BCF is #EA7430. Grayscale: #6F6F6F. Windows color (decimal): -15365169 or 13601557. OLE color: 13601557.
HSL color Cylindrical-coordinate representation of color #158BCF: hue angle of 201.94º degrees, saturation: 0.82, 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 #158BCF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 139 | 207 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.19 |
| HSL | 201.94º | 0.82% | 0.45% | - |
| HSV(B) | 201.94º | 0.9% | 0.81% | - |
| XYZ | 20.8 | 23.13 | 62.4 | - |
| YUV | 111.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 207 | 0.90 | 0.33 | 0 | 0.19 | 201.94 | 0.82 | 0.45 |
| Hex | 15 | 8B | CF | 5A | 21 | 0 | 13 | CA | 52 | 2D |
| Octal | 25 | 213 | 317 | 132 | 41 | 0 | 23 | 312 | 122 | 55 |
| Binary | 10101 | 10001011 | 11001111 | 1011010 | 100001 | 0 | 10011 | 11001010 | 1010010 | 101101 |
Color Harmonies of #158BCF
Complementary color
Monochromatic Colors of #158BCF
Black with #158BCF
Text Example
Text Example
White with #158BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BCF; }
p { color: rgb(21,139,207); }
H1.HeaderClassName
{
color: #158BCF;
}
.AnyTagClassName
{
color: #158BCF;
}
</style>
background-color css
<style>
a { background-color: #158BCF; }
a { background-color: rgb(21,139,207); }
div.DivClassName
{
background-color: #158BCF;
}
.BgClassName
{
background-color: #158BCF;
}
</style>
border-color css
<style>
span { border-color: #158BCF; }
span { border-color: rgb(21,139,207); }
td.TdClassName
{
border-color: #158BCF;
}
.TagClassName
{
border-color: #158BCF;
}
</style>