Shades of Iris Blue #1FBACC
Tints of Iris Blue #1FBACC
RGB
CMYK
RGB Variations
Color information
#1FBACC (or 0x1FBACC) is known color: Iris Blue. HEX triplet: 1F, BA and CC. RGB value is (31,186,204). Sum of RGB (Red+Green+Blue) = 31+186+204=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FBACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBACC is #E04533. Grayscale: #8D8D8D. Windows color (decimal): -14697780 or 13416991. OLE color: 13416991.
HSL color Cylindrical-coordinate representation of color #1FBACC: hue angle of 186.24º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBACC is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 186 | 204 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.2 |
| HSL | 186.24º | 0.74% | 0.46% | - |
| HSV(B) | 186.24º | 0.85% | 0.8% | - |
| XYZ | 29.02 | 39.77 | 63.27 | - |
| YUV | 141.71 | 163.15 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 204 | 0.85 | 0.09 | 0 | 0.2 | 186.24 | 0.74 | 0.46 |
| Hex | 1F | BA | CC | 55 | 9 | 0 | 14 | BA | 4A | 2E |
| Octal | 37 | 272 | 314 | 125 | 11 | 0 | 24 | 272 | 112 | 56 |
| Binary | 11111 | 10111010 | 11001100 | 1010101 | 1001 | 0 | 10100 | 10111010 | 1001010 | 101110 |
Color Harmonies of #1FBACC
Complementary color
Monochromatic Colors of #1FBACC
Black with #1FBACC
Text Example
Text Example
White with #1FBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBACC; }
p { color: rgb(31,186,204); }
H1.HeaderClassName
{
color: #1FBACC;
}
.AnyTagClassName
{
color: #1FBACC;
}
</style>
background-color css
<style>
a { background-color: #1FBACC; }
a { background-color: rgb(31,186,204); }
div.DivClassName
{
background-color: #1FBACC;
}
.BgClassName
{
background-color: #1FBACC;
}
</style>
border-color css
<style>
span { border-color: #1FBACC; }
span { border-color: rgb(31,186,204); }
td.TdClassName
{
border-color: #1FBACC;
}
.TagClassName
{
border-color: #1FBACC;
}
</style>