Shades of Iris Blue #17BCCA
Tints of Iris Blue #17BCCA
RGB
CMYK
RGB Variations
Color information
#17BCCA (or 0x17BCCA) is known color: Iris Blue. HEX triplet: 17, BC and CA. RGB value is (23,188,202). Sum of RGB (Red+Green+Blue) = 23+188+202=413 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.57% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #17BCCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BCCA is #E84335. Grayscale: #8C8C8C. Windows color (decimal): -15221558 or 13286423. OLE color: 13286423.
HSL color Cylindrical-coordinate representation of color #17BCCA: hue angle of 184.69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17BCCA is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 188 | 202 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.21 |
| HSL | 184.69º | 0.8% | 0.44% | - |
| HSV(B) | 184.69º | 0.89% | 0.79% | - |
| XYZ | 29 | 40.41 | 62.15 | - |
| YUV | 140.26 | 162.84 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 202 | 0.89 | 0.07 | 0 | 0.21 | 184.69 | 0.8 | 0.44 |
| Hex | 17 | BC | CA | 59 | 7 | 0 | 15 | B9 | 50 | 2C |
| Octal | 27 | 274 | 312 | 131 | 7 | 0 | 25 | 271 | 120 | 54 |
| Binary | 10111 | 10111100 | 11001010 | 1011001 | 111 | 0 | 10101 | 10111001 | 1010000 | 101100 |
Color Harmonies of #17BCCA
Complementary color
Monochromatic Colors of #17BCCA
Black with #17BCCA
Text Example
Text Example
White with #17BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCCA; }
p { color: rgb(23,188,202); }
H1.HeaderClassName
{
color: #17BCCA;
}
.AnyTagClassName
{
color: #17BCCA;
}
</style>
background-color css
<style>
a { background-color: #17BCCA; }
a { background-color: rgb(23,188,202); }
div.DivClassName
{
background-color: #17BCCA;
}
.BgClassName
{
background-color: #17BCCA;
}
</style>
border-color css
<style>
span { border-color: #17BCCA; }
span { border-color: rgb(23,188,202); }
td.TdClassName
{
border-color: #17BCCA;
}
.TagClassName
{
border-color: #17BCCA;
}
</style>