Shades of Iris Blue #17C0CC
Tints of Iris Blue #17C0CC
RGB
CMYK
RGB Variations
Color information
#17C0CC (or 0x17C0CC) is known color: Iris Blue. HEX triplet: 17, C0 and CC. RGB value is (23,192,204). Sum of RGB (Red+Green+Blue) = 23+192+204=419 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.49% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #17C0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C0CC is #E83F33. Grayscale: #8E8E8E. Windows color (decimal): -15220532 or 13418519. OLE color: 13418519.
HSL color Cylindrical-coordinate representation of color #17C0CC: hue angle of 183.98º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C0CC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 192 | 204 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.2 |
| HSL | 183.98º | 0.8% | 0.45% | - |
| HSV(B) | 183.98º | 0.89% | 0.8% | - |
| XYZ | 30.1 | 42.24 | 63.69 | - |
| YUV | 142.84 | 162.51 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 204 | 0.89 | 0.06 | 0 | 0.2 | 183.98 | 0.8 | 0.45 |
| Hex | 17 | C0 | CC | 59 | 6 | 0 | 14 | B8 | 50 | 2D |
| Octal | 27 | 300 | 314 | 131 | 6 | 0 | 24 | 270 | 120 | 55 |
| Binary | 10111 | 11000000 | 11001100 | 1011001 | 110 | 0 | 10100 | 10111000 | 1010000 | 101101 |
Color Harmonies of #17C0CC
Complementary color
Monochromatic Colors of #17C0CC
Black with #17C0CC
Text Example
Text Example
White with #17C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C0CC; }
p { color: rgb(23,192,204); }
H1.HeaderClassName
{
color: #17C0CC;
}
.AnyTagClassName
{
color: #17C0CC;
}
</style>
background-color css
<style>
a { background-color: #17C0CC; }
a { background-color: rgb(23,192,204); }
div.DivClassName
{
background-color: #17C0CC;
}
.BgClassName
{
background-color: #17C0CC;
}
</style>
border-color css
<style>
span { border-color: #17C0CC; }
span { border-color: rgb(23,192,204); }
td.TdClassName
{
border-color: #17C0CC;
}
.TagClassName
{
border-color: #17C0CC;
}
</style>