Shades of Pacific Blue #158ACC
Tints of Pacific Blue #158ACC
RGB
CMYK
RGB Variations
Color information
#158ACC (or 0x158ACC) is known color: Pacific Blue. HEX triplet: 15, 8A and CC. RGB value is (21,138,204). Sum of RGB (Red+Green+Blue) = 21+138+204=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #158ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ACC is #EA7533. Grayscale: #6E6E6E. Windows color (decimal): -15365428 or 13404693. OLE color: 13404693.
HSL color Cylindrical-coordinate representation of color #158ACC: hue angle of 201.64º 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 #158ACC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 138 | 204 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.2 |
| HSL | 201.64º | 0.81% | 0.44% | - |
| HSV(B) | 201.64º | 0.9% | 0.8% | - |
| XYZ | 20.3 | 22.7 | 60.44 | - |
| YUV | 110.54 | 180.74 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 204 | 0.90 | 0.32 | 0 | 0.2 | 201.64 | 0.81 | 0.44 |
| Hex | 15 | 8A | CC | 5A | 20 | 0 | 14 | CA | 51 | 2C |
| Octal | 25 | 212 | 314 | 132 | 40 | 0 | 24 | 312 | 121 | 54 |
| Binary | 10101 | 10001010 | 11001100 | 1011010 | 100000 | 0 | 10100 | 11001010 | 1010001 | 101100 |
Color Harmonies of #158ACC
Complementary color
Monochromatic Colors of #158ACC
Black with #158ACC
Text Example
Text Example
White with #158ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158ACC; }
p { color: rgb(21,138,204); }
H1.HeaderClassName
{
color: #158ACC;
}
.AnyTagClassName
{
color: #158ACC;
}
</style>
background-color css
<style>
a { background-color: #158ACC; }
a { background-color: rgb(21,138,204); }
div.DivClassName
{
background-color: #158ACC;
}
.BgClassName
{
background-color: #158ACC;
}
</style>
border-color css
<style>
span { border-color: #158ACC; }
span { border-color: rgb(21,138,204); }
td.TdClassName
{
border-color: #158ACC;
}
.TagClassName
{
border-color: #158ACC;
}
</style>