Shades of Pacific Blue #15A0DD
Tints of Pacific Blue #15A0DD
RGB
CMYK
RGB Variations
Color information
#15A0DD (or 0x15A0DD) is known color: Pacific Blue. HEX triplet: 15, A0 and DD. RGB value is (21,160,221). Sum of RGB (Red+Green+Blue) = 21+160+221=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #15A0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0DD is #EA5F22. Grayscale: #7D7D7D. Windows color (decimal): -15359779 or 14524437. OLE color: 14524437.
HSL color Cylindrical-coordinate representation of color #15A0DD: hue angle of 198.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A0DD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 160 | 221 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.13 |
| HSL | 198.3º | 0.83% | 0.47% | - |
| HSV(B) | 198.3º | 0.9% | 0.87% | - |
| XYZ | 25.93 | 30.52 | 72.93 | - |
| YUV | 125.39 | 181.95 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 221 | 0.90 | 0.28 | 0 | 0.13 | 198.3 | 0.83 | 0.47 |
| Hex | 15 | A0 | DD | 5A | 1C | 0 | D | C6 | 53 | 2F |
| Octal | 25 | 240 | 335 | 132 | 34 | 0 | 15 | 306 | 123 | 57 |
| Binary | 10101 | 10100000 | 11011101 | 1011010 | 11100 | 0 | 1101 | 11000110 | 1010011 | 101111 |
Color Harmonies of #15A0DD
Complementary color
Monochromatic Colors of #15A0DD
Black with #15A0DD
Text Example
Text Example
White with #15A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0DD; }
p { color: rgb(21,160,221); }
H1.HeaderClassName
{
color: #15A0DD;
}
.AnyTagClassName
{
color: #15A0DD;
}
</style>
background-color css
<style>
a { background-color: #15A0DD; }
a { background-color: rgb(21,160,221); }
div.DivClassName
{
background-color: #15A0DD;
}
.BgClassName
{
background-color: #15A0DD;
}
</style>
border-color css
<style>
span { border-color: #15A0DD; }
span { border-color: rgb(21,160,221); }
td.TdClassName
{
border-color: #15A0DD;
}
.TagClassName
{
border-color: #15A0DD;
}
</style>