Shades of Iris Blue #17BDDF
Tints of Iris Blue #17BDDF
RGB
CMYK
RGB Variations
Color information
#17BDDF (or 0x17BDDF) is known color: Iris Blue. HEX triplet: 17, BD and DF. RGB value is (23,189,223). Sum of RGB (Red+Green+Blue) = 23+189+223=435 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.29% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #17BDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDDF is #E84220. Grayscale: #8E8E8E. Windows color (decimal): -15221281 or 14662935. OLE color: 14662935.
HSL color Cylindrical-coordinate representation of color #17BDDF: hue angle of 190.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BDDF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 189 | 223 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.13 |
| HSL | 190.2º | 0.81% | 0.48% | - |
| HSV(B) | 190.2º | 0.9% | 0.87% | - |
| XYZ | 31.87 | 41.91 | 76.22 | - |
| YUV | 143.24 | 173 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 223 | 0.90 | 0.15 | 0 | 0.13 | 190.2 | 0.81 | 0.48 |
| Hex | 17 | BD | DF | 5A | F | 0 | D | BE | 51 | 30 |
| Octal | 27 | 275 | 337 | 132 | 17 | 0 | 15 | 276 | 121 | 60 |
| Binary | 10111 | 10111101 | 11011111 | 1011010 | 1111 | 0 | 1101 | 10111110 | 1010001 | 110000 |
Color Harmonies of #17BDDF
Complementary color
Monochromatic Colors of #17BDDF
Black with #17BDDF
Text Example
Text Example
White with #17BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDDF; }
p { color: rgb(23,189,223); }
H1.HeaderClassName
{
color: #17BDDF;
}
.AnyTagClassName
{
color: #17BDDF;
}
</style>
background-color css
<style>
a { background-color: #17BDDF; }
a { background-color: rgb(23,189,223); }
div.DivClassName
{
background-color: #17BDDF;
}
.BgClassName
{
background-color: #17BDDF;
}
</style>
border-color css
<style>
span { border-color: #17BDDF; }
span { border-color: rgb(23,189,223); }
td.TdClassName
{
border-color: #17BDDF;
}
.TagClassName
{
border-color: #17BDDF;
}
</style>