Shades of Iris Blue #1FB7CF
Tints of Iris Blue #1FB7CF
RGB
CMYK
RGB Variations
Color information
#1FB7CF (or 0x1FB7CF) is known color: Iris Blue. HEX triplet: 1F, B7 and CF. RGB value is (31,183,207). Sum of RGB (Red+Green+Blue) = 31+183+207=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FB7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB7CF is #E04830. Grayscale: #8C8C8C. Windows color (decimal): -14698545 or 13612831. OLE color: 13612831.
HSL color Cylindrical-coordinate representation of color #1FB7CF: hue angle of 188.18º 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 #1FB7CF is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 183 | 207 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.19 |
| HSL | 188.18º | 0.74% | 0.47% | - |
| HSV(B) | 188.18º | 0.85% | 0.81% | - |
| XYZ | 28.76 | 38.66 | 64.98 | - |
| YUV | 140.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 183 | 207 | 0.85 | 0.12 | 0 | 0.19 | 188.18 | 0.74 | 0.47 |
| Hex | 1F | B7 | CF | 55 | C | 0 | 13 | BC | 4A | 2F |
| Octal | 37 | 267 | 317 | 125 | 14 | 0 | 23 | 274 | 112 | 57 |
| Binary | 11111 | 10110111 | 11001111 | 1010101 | 1100 | 0 | 10011 | 10111100 | 1001010 | 101111 |
Color Harmonies of #1FB7CF
Complementary color
Monochromatic Colors of #1FB7CF
Black with #1FB7CF
Text Example
Text Example
White with #1FB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB7CF; }
p { color: rgb(31,183,207); }
H1.HeaderClassName
{
color: #1FB7CF;
}
.AnyTagClassName
{
color: #1FB7CF;
}
</style>
background-color css
<style>
a { background-color: #1FB7CF; }
a { background-color: rgb(31,183,207); }
div.DivClassName
{
background-color: #1FB7CF;
}
.BgClassName
{
background-color: #1FB7CF;
}
</style>
border-color css
<style>
span { border-color: #1FB7CF; }
span { border-color: rgb(31,183,207); }
td.TdClassName
{
border-color: #1FB7CF;
}
.TagClassName
{
border-color: #1FB7CF;
}
</style>