Shades of Pacific Blue #15A6CE
Tints of Pacific Blue #15A6CE
RGB
CMYK
RGB Variations
Color information
#15A6CE (or 0x15A6CE) is known color: Pacific Blue. HEX triplet: 15, A6 and CE. RGB value is (21,166,206). Sum of RGB (Red+Green+Blue) = 21+166+206=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #15A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6CE is #EA5931. Grayscale: #7E7E7E. Windows color (decimal): -15358258 or 13542933. OLE color: 13542933.
HSL color Cylindrical-coordinate representation of color #15A6CE: hue angle of 192.97º 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 #15A6CE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 166 | 206 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.19 |
| HSL | 192.97º | 0.81% | 0.45% | - |
| HSV(B) | 192.97º | 0.9% | 0.81% | - |
| XYZ | 25.09 | 31.89 | 63.23 | - |
| YUV | 127.21 | 172.46 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 206 | 0.90 | 0.19 | 0 | 0.19 | 192.97 | 0.81 | 0.45 |
| Hex | 15 | A6 | CE | 5A | 13 | 0 | 13 | C1 | 51 | 2D |
| Octal | 25 | 246 | 316 | 132 | 23 | 0 | 23 | 301 | 121 | 55 |
| Binary | 10101 | 10100110 | 11001110 | 1011010 | 10011 | 0 | 10011 | 11000001 | 1010001 | 101101 |
Color Harmonies of #15A6CE
Complementary color
Monochromatic Colors of #15A6CE
Black with #15A6CE
Text Example
Text Example
White with #15A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A6CE; }
p { color: rgb(21,166,206); }
H1.HeaderClassName
{
color: #15A6CE;
}
.AnyTagClassName
{
color: #15A6CE;
}
</style>
background-color css
<style>
a { background-color: #15A6CE; }
a { background-color: rgb(21,166,206); }
div.DivClassName
{
background-color: #15A6CE;
}
.BgClassName
{
background-color: #15A6CE;
}
</style>
border-color css
<style>
span { border-color: #15A6CE; }
span { border-color: rgb(21,166,206); }
td.TdClassName
{
border-color: #15A6CE;
}
.TagClassName
{
border-color: #15A6CE;
}
</style>