Shades of Pelorous #17A4BE
Tints of Pelorous #17A4BE
RGB
CMYK
RGB Variations
Color information
#17A4BE (or 0x17A4BE) is known color: Pelorous. HEX triplet: 17, A4 and BE. RGB value is (23,164,190). Sum of RGB (Red+Green+Blue) = 23+164+190=377 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.10% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #17A4BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A4BE is #E85B41. Grayscale: #7C7C7C. Windows color (decimal): -15227714 or 12493847. OLE color: 12493847.
HSL color Cylindrical-coordinate representation of color #17A4BE: hue angle of 189.34º 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 #17A4BE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 164 | 190 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.25 |
| HSL | 189.34º | 0.78% | 0.42% | - |
| HSV(B) | 189.34º | 0.88% | 0.75% | - |
| XYZ | 22.92 | 30.45 | 53.38 | - |
| YUV | 124.81 | 164.79 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 164 | 190 | 0.88 | 0.14 | 0 | 0.25 | 189.34 | 0.78 | 0.42 |
| Hex | 17 | A4 | BE | 58 | E | 0 | 19 | BD | 4E | 2A |
| Octal | 27 | 244 | 276 | 130 | 16 | 0 | 31 | 275 | 116 | 52 |
| Binary | 10111 | 10100100 | 10111110 | 1011000 | 1110 | 0 | 11001 | 10111101 | 1001110 | 101010 |
Color Harmonies of #17A4BE
Complementary color
Monochromatic Colors of #17A4BE
Black with #17A4BE
Text Example
Text Example
White with #17A4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A4BE; }
p { color: rgb(23,164,190); }
H1.HeaderClassName
{
color: #17A4BE;
}
.AnyTagClassName
{
color: #17A4BE;
}
</style>
background-color css
<style>
a { background-color: #17A4BE; }
a { background-color: rgb(23,164,190); }
div.DivClassName
{
background-color: #17A4BE;
}
.BgClassName
{
background-color: #17A4BE;
}
</style>
border-color css
<style>
span { border-color: #17A4BE; }
span { border-color: rgb(23,164,190); }
td.TdClassName
{
border-color: #17A4BE;
}
.TagClassName
{
border-color: #17A4BE;
}
</style>