Shades of Iris Blue #17BAC3
Tints of Iris Blue #17BAC3
RGB
CMYK
RGB Variations
Color information
#17BAC3 (or 0x17BAC3) is known color: Iris Blue. HEX triplet: 17, BA and C3. RGB value is (23,186,195). Sum of RGB (Red+Green+Blue) = 23+186+195=404 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.69% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #17BAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BAC3 is #E8453C. Grayscale: #8A8A8A. Windows color (decimal): -15222077 or 12827159. OLE color: 12827159.
HSL color Cylindrical-coordinate representation of color #17BAC3: hue angle of 183.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BAC3 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 186 | 195 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.24 |
| HSL | 183.14º | 0.79% | 0.43% | - |
| HSV(B) | 183.14º | 0.88% | 0.76% | - |
| XYZ | 27.76 | 39.24 | 57.74 | - |
| YUV | 138.29 | 160 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 195 | 0.88 | 0.05 | 0 | 0.24 | 183.14 | 0.79 | 0.43 |
| Hex | 17 | BA | C3 | 58 | 5 | 0 | 18 | B7 | 4F | 2B |
| Octal | 27 | 272 | 303 | 130 | 5 | 0 | 30 | 267 | 117 | 53 |
| Binary | 10111 | 10111010 | 11000011 | 1011000 | 101 | 0 | 11000 | 10110111 | 1001111 | 101011 |
Color Harmonies of #17BAC3
Complementary color
Monochromatic Colors of #17BAC3
Black with #17BAC3
Text Example
Text Example
White with #17BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BAC3; }
p { color: rgb(23,186,195); }
H1.HeaderClassName
{
color: #17BAC3;
}
.AnyTagClassName
{
color: #17BAC3;
}
</style>
background-color css
<style>
a { background-color: #17BAC3; }
a { background-color: rgb(23,186,195); }
div.DivClassName
{
background-color: #17BAC3;
}
.BgClassName
{
background-color: #17BAC3;
}
</style>
border-color css
<style>
span { border-color: #17BAC3; }
span { border-color: rgb(23,186,195); }
td.TdClassName
{
border-color: #17BAC3;
}
.TagClassName
{
border-color: #17BAC3;
}
</style>