Shades of Iris Blue #17B5CC
Tints of Iris Blue #17B5CC
RGB
CMYK
RGB Variations
Color information
#17B5CC (or 0x17B5CC) is known color: Iris Blue. HEX triplet: 17, B5 and CC. RGB value is (23,181,204). Sum of RGB (Red+Green+Blue) = 23+181+204=408 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.64% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #17B5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17B5CC is #E84A33. Grayscale: #888888. Windows color (decimal): -15223348 or 13415703. OLE color: 13415703.
HSL color Cylindrical-coordinate representation of color #17B5CC: hue angle of 187.62º 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 #17B5CC is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 181 | 204 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.2 |
| HSL | 187.62º | 0.8% | 0.45% | - |
| HSV(B) | 187.62º | 0.89% | 0.8% | - |
| XYZ | 27.78 | 37.59 | 62.92 | - |
| YUV | 136.38 | 166.15 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 181 | 204 | 0.89 | 0.11 | 0 | 0.2 | 187.62 | 0.8 | 0.45 |
| Hex | 17 | B5 | CC | 59 | B | 0 | 14 | BC | 50 | 2D |
| Octal | 27 | 265 | 314 | 131 | 13 | 0 | 24 | 274 | 120 | 55 |
| Binary | 10111 | 10110101 | 11001100 | 1011001 | 1011 | 0 | 10100 | 10111100 | 1010000 | 101101 |
Color Harmonies of #17B5CC
Complementary color
Monochromatic Colors of #17B5CC
Black with #17B5CC
Text Example
Text Example
White with #17B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B5CC; }
p { color: rgb(23,181,204); }
H1.HeaderClassName
{
color: #17B5CC;
}
.AnyTagClassName
{
color: #17B5CC;
}
</style>
background-color css
<style>
a { background-color: #17B5CC; }
a { background-color: rgb(23,181,204); }
div.DivClassName
{
background-color: #17B5CC;
}
.BgClassName
{
background-color: #17B5CC;
}
</style>
border-color css
<style>
span { border-color: #17B5CC; }
span { border-color: rgb(23,181,204); }
td.TdClassName
{
border-color: #17B5CC;
}
.TagClassName
{
border-color: #17B5CC;
}
</style>