Shades of Pacific Blue #15A1D5
Tints of Pacific Blue #15A1D5
RGB
CMYK
RGB Variations
Color information
#15A1D5 (or 0x15A1D5) is known color: Pacific Blue. HEX triplet: 15, A1 and D5. RGB value is (21,161,213). Sum of RGB (Red+Green+Blue) = 21+161+213=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #15A1D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1D5 is #EA5E2A. Grayscale: #7C7C7C. Windows color (decimal): -15359531 or 14000405. OLE color: 14000405.
HSL color Cylindrical-coordinate representation of color #15A1D5: hue angle of 196.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A1D5 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 161 | 213 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.16 |
| HSL | 196.25º | 0.82% | 0.46% | - |
| HSV(B) | 196.25º | 0.9% | 0.84% | - |
| XYZ | 25.06 | 30.45 | 67.51 | - |
| YUV | 125.07 | 177.62 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 213 | 0.90 | 0.24 | 0 | 0.16 | 196.25 | 0.82 | 0.46 |
| Hex | 15 | A1 | D5 | 5A | 18 | 0 | 10 | C4 | 52 | 2E |
| Octal | 25 | 241 | 325 | 132 | 30 | 0 | 20 | 304 | 122 | 56 |
| Binary | 10101 | 10100001 | 11010101 | 1011010 | 11000 | 0 | 10000 | 11000100 | 1010010 | 101110 |
Color Harmonies of #15A1D5
Complementary color
Monochromatic Colors of #15A1D5
Black with #15A1D5
Text Example
Text Example
White with #15A1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A1D5; }
p { color: rgb(21,161,213); }
H1.HeaderClassName
{
color: #15A1D5;
}
.AnyTagClassName
{
color: #15A1D5;
}
</style>
background-color css
<style>
a { background-color: #15A1D5; }
a { background-color: rgb(21,161,213); }
div.DivClassName
{
background-color: #15A1D5;
}
.BgClassName
{
background-color: #15A1D5;
}
</style>
border-color css
<style>
span { border-color: #15A1D5; }
span { border-color: rgb(21,161,213); }
td.TdClassName
{
border-color: #15A1D5;
}
.TagClassName
{
border-color: #15A1D5;
}
</style>