Shades of Iris Blue #1FBFCF
Tints of Iris Blue #1FBFCF
RGB
CMYK
RGB Variations
Color information
#1FBFCF (or 0x1FBFCF) is known color: Iris Blue. HEX triplet: 1F, BF and CF. RGB value is (31,191,207). Sum of RGB (Red+Green+Blue) = 31+191+207=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FBFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFCF is #E04030. Grayscale: #909090. Windows color (decimal): -14696497 or 13614879. OLE color: 13614879.
HSL color Cylindrical-coordinate representation of color #1FBFCF: hue angle of 185.45º 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 #1FBFCF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 191 | 207 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.19 |
| HSL | 185.45º | 0.74% | 0.47% | - |
| HSV(B) | 185.45º | 0.85% | 0.81% | - |
| XYZ | 30.46 | 42.06 | 65.54 | - |
| YUV | 144.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 207 | 0.85 | 0.08 | 0 | 0.19 | 185.45 | 0.74 | 0.47 |
| Hex | 1F | BF | CF | 55 | 8 | 0 | 13 | B9 | 4A | 2F |
| Octal | 37 | 277 | 317 | 125 | 10 | 0 | 23 | 271 | 112 | 57 |
| Binary | 11111 | 10111111 | 11001111 | 1010101 | 1000 | 0 | 10011 | 10111001 | 1001010 | 101111 |
Color Harmonies of #1FBFCF
Complementary color
Monochromatic Colors of #1FBFCF
Black with #1FBFCF
Text Example
Text Example
White with #1FBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFCF; }
p { color: rgb(31,191,207); }
H1.HeaderClassName
{
color: #1FBFCF;
}
.AnyTagClassName
{
color: #1FBFCF;
}
</style>
background-color css
<style>
a { background-color: #1FBFCF; }
a { background-color: rgb(31,191,207); }
div.DivClassName
{
background-color: #1FBFCF;
}
.BgClassName
{
background-color: #1FBFCF;
}
</style>
border-color css
<style>
span { border-color: #1FBFCF; }
span { border-color: rgb(31,191,207); }
td.TdClassName
{
border-color: #1FBFCF;
}
.TagClassName
{
border-color: #1FBFCF;
}
</style>