Shades of Iris Blue #1FBCC6
Tints of Iris Blue #1FBCC6
RGB
CMYK
RGB Variations
Color information
#1FBCC6 (or 0x1FBCC6) is known color: Iris Blue. HEX triplet: 1F, BC and C6. RGB value is (31,188,198). Sum of RGB (Red+Green+Blue) = 31+188+198=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #1FBCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCC6 is #E04339. Grayscale: #8E8E8E. Windows color (decimal): -14697274 or 13024287. OLE color: 13024287.
HSL color Cylindrical-coordinate representation of color #1FBCC6: hue angle of 183.59º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBCC6 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 188 | 198 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.22 |
| HSL | 183.59º | 0.73% | 0.45% | - |
| HSV(B) | 183.59º | 0.84% | 0.78% | - |
| XYZ | 28.74 | 40.33 | 59.7 | - |
| YUV | 142.2 | 159.49 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 198 | 0.84 | 0.05 | 0 | 0.22 | 183.59 | 0.73 | 0.45 |
| Hex | 1F | BC | C6 | 54 | 5 | 0 | 16 | B8 | 49 | 2D |
| Octal | 37 | 274 | 306 | 124 | 5 | 0 | 26 | 270 | 111 | 55 |
| Binary | 11111 | 10111100 | 11000110 | 1010100 | 101 | 0 | 10110 | 10111000 | 1001001 | 101101 |
Color Harmonies of #1FBCC6
Complementary color
Monochromatic Colors of #1FBCC6
Black with #1FBCC6
Text Example
Text Example
White with #1FBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCC6; }
p { color: rgb(31,188,198); }
H1.HeaderClassName
{
color: #1FBCC6;
}
.AnyTagClassName
{
color: #1FBCC6;
}
</style>
background-color css
<style>
a { background-color: #1FBCC6; }
a { background-color: rgb(31,188,198); }
div.DivClassName
{
background-color: #1FBCC6;
}
.BgClassName
{
background-color: #1FBCC6;
}
</style>
border-color css
<style>
span { border-color: #1FBCC6; }
span { border-color: rgb(31,188,198); }
td.TdClassName
{
border-color: #1FBCC6;
}
.TagClassName
{
border-color: #1FBCC6;
}
</style>