Shades of Iris Blue #17BDC1
Tints of Iris Blue #17BDC1
RGB
CMYK
RGB Variations
Color information
#17BDC1 (or 0x17BDC1) is known color: Iris Blue. HEX triplet: 17, BD and C1. RGB value is (23,189,193). Sum of RGB (Red+Green+Blue) = 23+189+193=405 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.68% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #17BDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDC1 is #E8423E. Grayscale: #8B8B8B. Windows color (decimal): -15221311 or 12696855. OLE color: 12696855.
HSL color Cylindrical-coordinate representation of color #17BDC1: hue angle of 181.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BDC1 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 189 | 193 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.24 |
| HSL | 181.41º | 0.79% | 0.42% | - |
| HSV(B) | 181.41º | 0.88% | 0.76% | - |
| XYZ | 28.18 | 40.43 | 56.77 | - |
| YUV | 139.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 193 | 0.88 | 0.02 | 0 | 0.24 | 181.41 | 0.79 | 0.42 |
| Hex | 17 | BD | C1 | 58 | 2 | 0 | 18 | B5 | 4F | 2A |
| Octal | 27 | 275 | 301 | 130 | 2 | 0 | 30 | 265 | 117 | 52 |
| Binary | 10111 | 10111101 | 11000001 | 1011000 | 10 | 0 | 11000 | 10110101 | 1001111 | 101010 |
Color Harmonies of #17BDC1
Complementary color
Monochromatic Colors of #17BDC1
Black with #17BDC1
Text Example
Text Example
White with #17BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDC1; }
p { color: rgb(23,189,193); }
H1.HeaderClassName
{
color: #17BDC1;
}
.AnyTagClassName
{
color: #17BDC1;
}
</style>
background-color css
<style>
a { background-color: #17BDC1; }
a { background-color: rgb(23,189,193); }
div.DivClassName
{
background-color: #17BDC1;
}
.BgClassName
{
background-color: #17BDC1;
}
</style>
border-color css
<style>
span { border-color: #17BDC1; }
span { border-color: rgb(23,189,193); }
td.TdClassName
{
border-color: #17BDC1;
}
.TagClassName
{
border-color: #17BDC1;
}
</style>