Shades of Iris Blue #1FBBCF
Tints of Iris Blue #1FBBCF
RGB
CMYK
RGB Variations
Color information
#1FBBCF (or 0x1FBBCF) is known color: Iris Blue. HEX triplet: 1F, BB and CF. RGB value is (31,187,207). Sum of RGB (Red+Green+Blue) = 31+187+207=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FBBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBBCF is #E04430. Grayscale: #8E8E8E. Windows color (decimal): -14697521 or 13613855. OLE color: 13613855.
HSL color Cylindrical-coordinate representation of color #1FBBCF: hue angle of 186.82º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBBCF is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 187 | 207 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.19 |
| HSL | 186.82º | 0.74% | 0.47% | - |
| HSV(B) | 186.82º | 0.85% | 0.81% | - |
| XYZ | 29.6 | 40.34 | 65.26 | - |
| YUV | 142.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 207 | 0.85 | 0.10 | 0 | 0.19 | 186.82 | 0.74 | 0.47 |
| Hex | 1F | BB | CF | 55 | A | 0 | 13 | BB | 4A | 2F |
| Octal | 37 | 273 | 317 | 125 | 12 | 0 | 23 | 273 | 112 | 57 |
| Binary | 11111 | 10111011 | 11001111 | 1010101 | 1010 | 0 | 10011 | 10111011 | 1001010 | 101111 |
Color Harmonies of #1FBBCF
Complementary color
Monochromatic Colors of #1FBBCF
Black with #1FBBCF
Text Example
Text Example
White with #1FBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBCF; }
p { color: rgb(31,187,207); }
H1.HeaderClassName
{
color: #1FBBCF;
}
.AnyTagClassName
{
color: #1FBBCF;
}
</style>
background-color css
<style>
a { background-color: #1FBBCF; }
a { background-color: rgb(31,187,207); }
div.DivClassName
{
background-color: #1FBBCF;
}
.BgClassName
{
background-color: #1FBBCF;
}
</style>
border-color css
<style>
span { border-color: #1FBBCF; }
span { border-color: rgb(31,187,207); }
td.TdClassName
{
border-color: #1FBBCF;
}
.TagClassName
{
border-color: #1FBBCF;
}
</style>