Shades of Pelorous #17A0BD
Tints of Pelorous #17A0BD
RGB
CMYK
RGB Variations
Color information
#17A0BD (or 0x17A0BD) is known color: Pelorous. HEX triplet: 17, A0 and BD. RGB value is (23,160,189). Sum of RGB (Red+Green+Blue) = 23+160+189=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #17A0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0BD is #E85F42. Grayscale: #7A7A7A. Windows color (decimal): -15228739 or 12427287. OLE color: 12427287.
HSL color Cylindrical-coordinate representation of color #17A0BD: hue angle of 190.48º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A0BD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 160 | 189 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.26 |
| HSL | 190.48º | 0.78% | 0.42% | - |
| HSV(B) | 190.48º | 0.88% | 0.74% | - |
| XYZ | 22.11 | 29 | 52.58 | - |
| YUV | 122.34 | 165.61 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 160 | 189 | 0.88 | 0.15 | 0 | 0.26 | 190.48 | 0.78 | 0.42 |
| Hex | 17 | A0 | BD | 58 | F | 0 | 1A | BE | 4E | 2A |
| Octal | 27 | 240 | 275 | 130 | 17 | 0 | 32 | 276 | 116 | 52 |
| Binary | 10111 | 10100000 | 10111101 | 1011000 | 1111 | 0 | 11010 | 10111110 | 1001110 | 101010 |
Color Harmonies of #17A0BD
Complementary color
Monochromatic Colors of #17A0BD
Black with #17A0BD
Text Example
Text Example
White with #17A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A0BD; }
p { color: rgb(23,160,189); }
H1.HeaderClassName
{
color: #17A0BD;
}
.AnyTagClassName
{
color: #17A0BD;
}
</style>
background-color css
<style>
a { background-color: #17A0BD; }
a { background-color: rgb(23,160,189); }
div.DivClassName
{
background-color: #17A0BD;
}
.BgClassName
{
background-color: #17A0BD;
}
</style>
border-color css
<style>
span { border-color: #17A0BD; }
span { border-color: rgb(23,160,189); }
td.TdClassName
{
border-color: #17A0BD;
}
.TagClassName
{
border-color: #17A0BD;
}
</style>