Shades of Iris Blue #1FB4CF
Tints of Iris Blue #1FB4CF
RGB
CMYK
RGB Variations
Color information
#1FB4CF (or 0x1FB4CF) is known color: Iris Blue. HEX triplet: 1F, B4 and CF. RGB value is (31,180,207). Sum of RGB (Red+Green+Blue) = 31+180+207=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FB4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB4CF is #E04B30. Grayscale: #8A8A8A. Windows color (decimal): -14699313 or 13612063. OLE color: 13612063.
HSL color Cylindrical-coordinate representation of color #1FB4CF: hue angle of 189.2º 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 #1FB4CF is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 180 | 207 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.19 |
| HSL | 189.2º | 0.74% | 0.47% | - |
| HSV(B) | 189.2º | 0.85% | 0.81% | - |
| XYZ | 28.15 | 37.44 | 64.77 | - |
| YUV | 138.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 207 | 0.85 | 0.13 | 0 | 0.19 | 189.2 | 0.74 | 0.47 |
| Hex | 1F | B4 | CF | 55 | D | 0 | 13 | BD | 4A | 2F |
| Octal | 37 | 264 | 317 | 125 | 15 | 0 | 23 | 275 | 112 | 57 |
| Binary | 11111 | 10110100 | 11001111 | 1010101 | 1101 | 0 | 10011 | 10111101 | 1001010 | 101111 |
Color Harmonies of #1FB4CF
Complementary color
Monochromatic Colors of #1FB4CF
Black with #1FB4CF
Text Example
Text Example
White with #1FB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB4CF; }
p { color: rgb(31,180,207); }
H1.HeaderClassName
{
color: #1FB4CF;
}
.AnyTagClassName
{
color: #1FB4CF;
}
</style>
background-color css
<style>
a { background-color: #1FB4CF; }
a { background-color: rgb(31,180,207); }
div.DivClassName
{
background-color: #1FB4CF;
}
.BgClassName
{
background-color: #1FB4CF;
}
</style>
border-color css
<style>
span { border-color: #1FB4CF; }
span { border-color: rgb(31,180,207); }
td.TdClassName
{
border-color: #1FB4CF;
}
.TagClassName
{
border-color: #1FB4CF;
}
</style>