Shades of Pacific Blue #15A3DC
Tints of Pacific Blue #15A3DC
RGB
CMYK
RGB Variations
Color information
#15A3DC (or 0x15A3DC) is known color: Pacific Blue. HEX triplet: 15, A3 and DC. RGB value is (21,163,220). Sum of RGB (Red+Green+Blue) = 21+163+220=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #15A3DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A3DC is #EA5C23. Grayscale: #7E7E7E. Windows color (decimal): -15359012 or 14459669. OLE color: 14459669.
HSL color Cylindrical-coordinate representation of color #15A3DC: hue angle of 197.19º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A3DC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 163 | 220 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.14 |
| HSL | 197.19º | 0.83% | 0.47% | - |
| HSV(B) | 197.19º | 0.9% | 0.86% | - |
| XYZ | 26.32 | 31.52 | 72.41 | - |
| YUV | 127.04 | 180.46 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 163 | 220 | 0.90 | 0.26 | 0 | 0.14 | 197.19 | 0.83 | 0.47 |
| Hex | 15 | A3 | DC | 5A | 1A | 0 | E | C5 | 53 | 2F |
| Octal | 25 | 243 | 334 | 132 | 32 | 0 | 16 | 305 | 123 | 57 |
| Binary | 10101 | 10100011 | 11011100 | 1011010 | 11010 | 0 | 1110 | 11000101 | 1010011 | 101111 |
Color Harmonies of #15A3DC
Complementary color
Monochromatic Colors of #15A3DC
Black with #15A3DC
Text Example
Text Example
White with #15A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A3DC; }
p { color: rgb(21,163,220); }
H1.HeaderClassName
{
color: #15A3DC;
}
.AnyTagClassName
{
color: #15A3DC;
}
</style>
background-color css
<style>
a { background-color: #15A3DC; }
a { background-color: rgb(21,163,220); }
div.DivClassName
{
background-color: #15A3DC;
}
.BgClassName
{
background-color: #15A3DC;
}
</style>
border-color css
<style>
span { border-color: #15A3DC; }
span { border-color: rgb(21,163,220); }
td.TdClassName
{
border-color: #15A3DC;
}
.TagClassName
{
border-color: #15A3DC;
}
</style>