Shades of Pelorous #17A8BC
Tints of Pelorous #17A8BC
RGB
CMYK
RGB Variations
Color information
#17A8BC (or 0x17A8BC) is known color: Pelorous. HEX triplet: 17, A8 and BC. RGB value is (23,168,188). Sum of RGB (Red+Green+Blue) = 23+168+188=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #17A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A8BC is #E85743. Grayscale: #7E7E7E. Windows color (decimal): -15226692 or 12363799. OLE color: 12363799.
HSL color Cylindrical-coordinate representation of color #17A8BC: hue angle of 187.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A8BC is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 168 | 188 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.26 |
| HSL | 187.27º | 0.78% | 0.41% | - |
| HSV(B) | 187.27º | 0.88% | 0.74% | - |
| XYZ | 23.43 | 31.82 | 52.48 | - |
| YUV | 126.93 | 162.46 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 168 | 188 | 0.88 | 0.11 | 0 | 0.26 | 187.27 | 0.78 | 0.41 |
| Hex | 17 | A8 | BC | 58 | B | 0 | 1A | BB | 4E | 29 |
| Octal | 27 | 250 | 274 | 130 | 13 | 0 | 32 | 273 | 116 | 51 |
| Binary | 10111 | 10101000 | 10111100 | 1011000 | 1011 | 0 | 11010 | 10111011 | 1001110 | 101001 |
Color Harmonies of #17A8BC
Complementary color
Monochromatic Colors of #17A8BC
Black with #17A8BC
Text Example
Text Example
White with #17A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A8BC; }
p { color: rgb(23,168,188); }
H1.HeaderClassName
{
color: #17A8BC;
}
.AnyTagClassName
{
color: #17A8BC;
}
</style>
background-color css
<style>
a { background-color: #17A8BC; }
a { background-color: rgb(23,168,188); }
div.DivClassName
{
background-color: #17A8BC;
}
.BgClassName
{
background-color: #17A8BC;
}
</style>
border-color css
<style>
span { border-color: #17A8BC; }
span { border-color: rgb(23,168,188); }
td.TdClassName
{
border-color: #17A8BC;
}
.TagClassName
{
border-color: #17A8BC;
}
</style>