Shades of Pacific Blue #15A1CC
Tints of Pacific Blue #15A1CC
RGB
CMYK
RGB Variations
Color information
#15A1CC (or 0x15A1CC) is known color: Pacific Blue. HEX triplet: 15, A1 and CC. RGB value is (21,161,204). Sum of RGB (Red+Green+Blue) = 21+161+204=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #15A1CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1CC is #EA5E33. Grayscale: #7B7B7B. Windows color (decimal): -15359540 or 13410581. OLE color: 13410581.
HSL color Cylindrical-coordinate representation of color #15A1CC: hue angle of 194.1º 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 #15A1CC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 161 | 204 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.2 |
| HSL | 194.1º | 0.81% | 0.44% | - |
| HSV(B) | 194.1º | 0.9% | 0.8% | - |
| XYZ | 23.95 | 30.01 | 61.66 | - |
| YUV | 124.04 | 173.12 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 204 | 0.90 | 0.21 | 0 | 0.2 | 194.1 | 0.81 | 0.44 |
| Hex | 15 | A1 | CC | 5A | 15 | 0 | 14 | C2 | 51 | 2C |
| Octal | 25 | 241 | 314 | 132 | 25 | 0 | 24 | 302 | 121 | 54 |
| Binary | 10101 | 10100001 | 11001100 | 1011010 | 10101 | 0 | 10100 | 11000010 | 1010001 | 101100 |
Color Harmonies of #15A1CC
Complementary color
Monochromatic Colors of #15A1CC
Black with #15A1CC
Text Example
Text Example
White with #15A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A1CC; }
p { color: rgb(21,161,204); }
H1.HeaderClassName
{
color: #15A1CC;
}
.AnyTagClassName
{
color: #15A1CC;
}
</style>
background-color css
<style>
a { background-color: #15A1CC; }
a { background-color: rgb(21,161,204); }
div.DivClassName
{
background-color: #15A1CC;
}
.BgClassName
{
background-color: #15A1CC;
}
</style>
border-color css
<style>
span { border-color: #15A1CC; }
span { border-color: rgb(21,161,204); }
td.TdClassName
{
border-color: #15A1CC;
}
.TagClassName
{
border-color: #15A1CC;
}
</style>