Shades of Pacific Blue #15A0D7
Tints of Pacific Blue #15A0D7
RGB
CMYK
RGB Variations
Color information
#15A0D7 (or 0x15A0D7) is known color: Pacific Blue. HEX triplet: 15, A0 and D7. RGB value is (21,160,215). Sum of RGB (Red+Green+Blue) = 21+160+215=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #15A0D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0D7 is #EA5F28. Grayscale: #7C7C7C. Windows color (decimal): -15359785 or 14131221. OLE color: 14131221.
HSL color Cylindrical-coordinate representation of color #15A0D7: hue angle of 197.01º 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 #15A0D7 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 160 | 215 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.16 |
| HSL | 197.01º | 0.82% | 0.46% | - |
| HSV(B) | 197.01º | 0.9% | 0.84% | - |
| XYZ | 25.15 | 30.21 | 68.8 | - |
| YUV | 124.71 | 178.95 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 215 | 0.90 | 0.26 | 0 | 0.16 | 197.01 | 0.82 | 0.46 |
| Hex | 15 | A0 | D7 | 5A | 1A | 0 | 10 | C5 | 52 | 2E |
| Octal | 25 | 240 | 327 | 132 | 32 | 0 | 20 | 305 | 122 | 56 |
| Binary | 10101 | 10100000 | 11010111 | 1011010 | 11010 | 0 | 10000 | 11000101 | 1010010 | 101110 |
Color Harmonies of #15A0D7
Complementary color
Monochromatic Colors of #15A0D7
Black with #15A0D7
Text Example
Text Example
White with #15A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0D7; }
p { color: rgb(21,160,215); }
H1.HeaderClassName
{
color: #15A0D7;
}
.AnyTagClassName
{
color: #15A0D7;
}
</style>
background-color css
<style>
a { background-color: #15A0D7; }
a { background-color: rgb(21,160,215); }
div.DivClassName
{
background-color: #15A0D7;
}
.BgClassName
{
background-color: #15A0D7;
}
</style>
border-color css
<style>
span { border-color: #15A0D7; }
span { border-color: rgb(21,160,215); }
td.TdClassName
{
border-color: #15A0D7;
}
.TagClassName
{
border-color: #15A0D7;
}
</style>