Shades of Pacific Blue #15A4D5
Tints of Pacific Blue #15A4D5
RGB
CMYK
RGB Variations
Color information
#15A4D5 (or 0x15A4D5) is known color: Pacific Blue. HEX triplet: 15, A4 and D5. RGB value is (21,164,213). Sum of RGB (Red+Green+Blue) = 21+164+213=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #15A4D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A4D5 is #EA5B2A. Grayscale: #7E7E7E. Windows color (decimal): -15358763 or 14001173. OLE color: 14001173.
HSL color Cylindrical-coordinate representation of color #15A4D5: hue angle of 195.31º 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 #15A4D5 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 164 | 213 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.16 |
| HSL | 195.31º | 0.82% | 0.46% | - |
| HSV(B) | 195.31º | 0.9% | 0.84% | - |
| XYZ | 25.59 | 31.51 | 67.68 | - |
| YUV | 126.83 | 176.62 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 164 | 213 | 0.90 | 0.23 | 0 | 0.16 | 195.31 | 0.82 | 0.46 |
| Hex | 15 | A4 | D5 | 5A | 17 | 0 | 10 | C3 | 52 | 2E |
| Octal | 25 | 244 | 325 | 132 | 27 | 0 | 20 | 303 | 122 | 56 |
| Binary | 10101 | 10100100 | 11010101 | 1011010 | 10111 | 0 | 10000 | 11000011 | 1010010 | 101110 |
Color Harmonies of #15A4D5
Complementary color
Monochromatic Colors of #15A4D5
Black with #15A4D5
Text Example
Text Example
White with #15A4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A4D5; }
p { color: rgb(21,164,213); }
H1.HeaderClassName
{
color: #15A4D5;
}
.AnyTagClassName
{
color: #15A4D5;
}
</style>
background-color css
<style>
a { background-color: #15A4D5; }
a { background-color: rgb(21,164,213); }
div.DivClassName
{
background-color: #15A4D5;
}
.BgClassName
{
background-color: #15A4D5;
}
</style>
border-color css
<style>
span { border-color: #15A4D5; }
span { border-color: rgb(21,164,213); }
td.TdClassName
{
border-color: #15A4D5;
}
.TagClassName
{
border-color: #15A4D5;
}
</style>