Shades of Pelorous #17A3BD
Tints of Pelorous #17A3BD
RGB
CMYK
RGB Variations
Color information
#17A3BD (or 0x17A3BD) is known color: Pelorous. HEX triplet: 17, A3 and BD. RGB value is (23,163,189). Sum of RGB (Red+Green+Blue) = 23+163+189=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #17A3BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A3BD is #E85C42. Grayscale: #7B7B7B. Windows color (decimal): -15227971 or 12428055. OLE color: 12428055.
HSL color Cylindrical-coordinate representation of color #17A3BD: hue angle of 189.4º 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 #17A3BD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 163 | 189 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.26 |
| HSL | 189.4º | 0.78% | 0.42% | - |
| HSV(B) | 189.4º | 0.88% | 0.74% | - |
| XYZ | 22.64 | 30.05 | 52.75 | - |
| YUV | 124.1 | 164.62 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 163 | 189 | 0.88 | 0.14 | 0 | 0.26 | 189.4 | 0.78 | 0.42 |
| Hex | 17 | A3 | BD | 58 | E | 0 | 1A | BD | 4E | 2A |
| Octal | 27 | 243 | 275 | 130 | 16 | 0 | 32 | 275 | 116 | 52 |
| Binary | 10111 | 10100011 | 10111101 | 1011000 | 1110 | 0 | 11010 | 10111101 | 1001110 | 101010 |
Color Harmonies of #17A3BD
Complementary color
Monochromatic Colors of #17A3BD
Black with #17A3BD
Text Example
Text Example
White with #17A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A3BD; }
p { color: rgb(23,163,189); }
H1.HeaderClassName
{
color: #17A3BD;
}
.AnyTagClassName
{
color: #17A3BD;
}
</style>
background-color css
<style>
a { background-color: #17A3BD; }
a { background-color: rgb(23,163,189); }
div.DivClassName
{
background-color: #17A3BD;
}
.BgClassName
{
background-color: #17A3BD;
}
</style>
border-color css
<style>
span { border-color: #17A3BD; }
span { border-color: rgb(23,163,189); }
td.TdClassName
{
border-color: #17A3BD;
}
.TagClassName
{
border-color: #17A3BD;
}
</style>