Shades of Pacific Blue #158ACB
Tints of Pacific Blue #158ACB
RGB
CMYK
RGB Variations
Color information
#158ACB (or 0x158ACB) is known color: Pacific Blue. HEX triplet: 15, 8A and CB. RGB value is (21,138,203). Sum of RGB (Red+Green+Blue) = 21+138+203=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #158ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ACB is #EA7534. Grayscale: #6E6E6E. Windows color (decimal): -15365429 or 13339157. OLE color: 13339157.
HSL color Cylindrical-coordinate representation of color #158ACB: hue angle of 201.43º 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 #158ACB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 138 | 203 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.20 |
| HSL | 201.43º | 0.81% | 0.44% | - |
| HSV(B) | 201.43º | 0.9% | 0.8% | - |
| XYZ | 20.18 | 22.65 | 59.81 | - |
| YUV | 110.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 203 | 0.90 | 0.32 | 0 | 0.20 | 201.43 | 0.81 | 0.44 |
| Hex | 15 | 8A | CB | 5A | 20 | 0 | 14 | C9 | 51 | 2C |
| Octal | 25 | 212 | 313 | 132 | 40 | 0 | 24 | 311 | 121 | 54 |
| Binary | 10101 | 10001010 | 11001011 | 1011010 | 100000 | 0 | 10100 | 11001001 | 1010001 | 101100 |
Color Harmonies of #158ACB
Complementary color
Monochromatic Colors of #158ACB
Black with #158ACB
Text Example
Text Example
White with #158ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158ACB; }
p { color: rgb(21,138,203); }
H1.HeaderClassName
{
color: #158ACB;
}
.AnyTagClassName
{
color: #158ACB;
}
</style>
background-color css
<style>
a { background-color: #158ACB; }
a { background-color: rgb(21,138,203); }
div.DivClassName
{
background-color: #158ACB;
}
.BgClassName
{
background-color: #158ACB;
}
</style>
border-color css
<style>
span { border-color: #158ACB; }
span { border-color: rgb(21,138,203); }
td.TdClassName
{
border-color: #158ACB;
}
.TagClassName
{
border-color: #158ACB;
}
</style>