Shades of Pacific Blue #17A2DD
Tints of Pacific Blue #17A2DD
RGB
CMYK
RGB Variations
Color information
#17A2DD (or 0x17A2DD) is known color: Pacific Blue. HEX triplet: 17, A2 and DD. RGB value is (23,162,221). Sum of RGB (Red+Green+Blue) = 23+162+221=406 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.67% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #17A2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A2DD is #E85D22. Grayscale: #7E7E7E. Windows color (decimal): -15228195 or 14524951. OLE color: 14524951.
HSL color Cylindrical-coordinate representation of color #17A2DD: hue angle of 197.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17A2DD is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 162 | 221 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.13 |
| HSL | 197.88º | 0.81% | 0.48% | - |
| HSV(B) | 197.88º | 0.9% | 0.87% | - |
| XYZ | 26.32 | 31.24 | 73.05 | - |
| YUV | 127.17 | 180.95 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 162 | 221 | 0.90 | 0.27 | 0 | 0.13 | 197.88 | 0.81 | 0.48 |
| Hex | 17 | A2 | DD | 5A | 1B | 0 | D | C6 | 51 | 30 |
| Octal | 27 | 242 | 335 | 132 | 33 | 0 | 15 | 306 | 121 | 60 |
| Binary | 10111 | 10100010 | 11011101 | 1011010 | 11011 | 0 | 1101 | 11000110 | 1010001 | 110000 |
Color Harmonies of #17A2DD
Complementary color
Monochromatic Colors of #17A2DD
Black with #17A2DD
Text Example
Text Example
White with #17A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A2DD; }
p { color: rgb(23,162,221); }
H1.HeaderClassName
{
color: #17A2DD;
}
.AnyTagClassName
{
color: #17A2DD;
}
</style>
background-color css
<style>
a { background-color: #17A2DD; }
a { background-color: rgb(23,162,221); }
div.DivClassName
{
background-color: #17A2DD;
}
.BgClassName
{
background-color: #17A2DD;
}
</style>
border-color css
<style>
span { border-color: #17A2DD; }
span { border-color: rgb(23,162,221); }
td.TdClassName
{
border-color: #17A2DD;
}
.TagClassName
{
border-color: #17A2DD;
}
</style>