Shades of Pelorous #17A8BE
Tints of Pelorous #17A8BE
RGB
CMYK
RGB Variations
Color information
#17A8BE (or 0x17A8BE) is known color: Pelorous. HEX triplet: 17, A8 and BE. RGB value is (23,168,190). Sum of RGB (Red+Green+Blue) = 23+168+190=381 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.04% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #17A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A8BE is #E85741. Grayscale: #7E7E7E. Windows color (decimal): -15226690 or 12494871. OLE color: 12494871.
HSL color Cylindrical-coordinate representation of color #17A8BE: hue angle of 187.9º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A8BE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 168 | 190 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.25 |
| HSL | 187.9º | 0.78% | 0.42% | - |
| HSV(B) | 187.9º | 0.88% | 0.75% | - |
| XYZ | 23.65 | 31.91 | 53.63 | - |
| YUV | 127.15 | 163.46 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 168 | 190 | 0.88 | 0.12 | 0 | 0.25 | 187.9 | 0.78 | 0.42 |
| Hex | 17 | A8 | BE | 58 | C | 0 | 19 | BC | 4E | 2A |
| Octal | 27 | 250 | 276 | 130 | 14 | 0 | 31 | 274 | 116 | 52 |
| Binary | 10111 | 10101000 | 10111110 | 1011000 | 1100 | 0 | 11001 | 10111100 | 1001110 | 101010 |
Color Harmonies of #17A8BE
Complementary color
Monochromatic Colors of #17A8BE
Black with #17A8BE
Text Example
Text Example
White with #17A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A8BE; }
p { color: rgb(23,168,190); }
H1.HeaderClassName
{
color: #17A8BE;
}
.AnyTagClassName
{
color: #17A8BE;
}
</style>
background-color css
<style>
a { background-color: #17A8BE; }
a { background-color: rgb(23,168,190); }
div.DivClassName
{
background-color: #17A8BE;
}
.BgClassName
{
background-color: #17A8BE;
}
</style>
border-color css
<style>
span { border-color: #17A8BE; }
span { border-color: rgb(23,168,190); }
td.TdClassName
{
border-color: #17A8BE;
}
.TagClassName
{
border-color: #17A8BE;
}
</style>