Shades of Pacific Blue #15A2CC
Tints of Pacific Blue #15A2CC
RGB
CMYK
RGB Variations
Color information
#15A2CC (or 0x15A2CC) is known color: Pacific Blue. HEX triplet: 15, A2 and CC. RGB value is (21,162,204). Sum of RGB (Red+Green+Blue) = 21+162+204=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #15A2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A2CC is #EA5D33. Grayscale: #7C7C7C. Windows color (decimal): -15359284 or 13410837. OLE color: 13410837.
HSL color Cylindrical-coordinate representation of color #15A2CC: hue angle of 193.77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A2CC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 162 | 204 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.2 |
| HSL | 193.77º | 0.81% | 0.44% | - |
| HSV(B) | 193.77º | 0.9% | 0.8% | - |
| XYZ | 24.13 | 30.36 | 61.72 | - |
| YUV | 124.63 | 172.79 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 162 | 204 | 0.90 | 0.21 | 0 | 0.2 | 193.77 | 0.81 | 0.44 |
| Hex | 15 | A2 | CC | 5A | 15 | 0 | 14 | C2 | 51 | 2C |
| Octal | 25 | 242 | 314 | 132 | 25 | 0 | 24 | 302 | 121 | 54 |
| Binary | 10101 | 10100010 | 11001100 | 1011010 | 10101 | 0 | 10100 | 11000010 | 1010001 | 101100 |
Color Harmonies of #15A2CC
Complementary color
Monochromatic Colors of #15A2CC
Black with #15A2CC
Text Example
Text Example
White with #15A2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A2CC; }
p { color: rgb(21,162,204); }
H1.HeaderClassName
{
color: #15A2CC;
}
.AnyTagClassName
{
color: #15A2CC;
}
</style>
background-color css
<style>
a { background-color: #15A2CC; }
a { background-color: rgb(21,162,204); }
div.DivClassName
{
background-color: #15A2CC;
}
.BgClassName
{
background-color: #15A2CC;
}
</style>
border-color css
<style>
span { border-color: #15A2CC; }
span { border-color: rgb(21,162,204); }
td.TdClassName
{
border-color: #15A2CC;
}
.TagClassName
{
border-color: #15A2CC;
}
</style>