Shades of Iris Blue #1FB8CF
Tints of Iris Blue #1FB8CF
RGB
CMYK
RGB Variations
Color information
#1FB8CF (or 0x1FB8CF) is known color: Iris Blue. HEX triplet: 1F, B8 and CF. RGB value is (31,184,207). Sum of RGB (Red+Green+Blue) = 31+184+207=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FB8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8CF is #E04730. Grayscale: #8C8C8C. Windows color (decimal): -14698289 or 13613087. OLE color: 13613087.
HSL color Cylindrical-coordinate representation of color #1FB8CF: hue angle of 187.84º 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 #1FB8CF is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 184 | 207 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.19 |
| HSL | 187.84º | 0.74% | 0.47% | - |
| HSV(B) | 187.84º | 0.85% | 0.81% | - |
| XYZ | 28.97 | 39.08 | 65.05 | - |
| YUV | 140.88 | 165.31 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 207 | 0.85 | 0.11 | 0 | 0.19 | 187.84 | 0.74 | 0.47 |
| Hex | 1F | B8 | CF | 55 | B | 0 | 13 | BC | 4A | 2F |
| Octal | 37 | 270 | 317 | 125 | 13 | 0 | 23 | 274 | 112 | 57 |
| Binary | 11111 | 10111000 | 11001111 | 1010101 | 1011 | 0 | 10011 | 10111100 | 1001010 | 101111 |
Color Harmonies of #1FB8CF
Complementary color
Monochromatic Colors of #1FB8CF
Black with #1FB8CF
Text Example
Text Example
White with #1FB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8CF; }
p { color: rgb(31,184,207); }
H1.HeaderClassName
{
color: #1FB8CF;
}
.AnyTagClassName
{
color: #1FB8CF;
}
</style>
background-color css
<style>
a { background-color: #1FB8CF; }
a { background-color: rgb(31,184,207); }
div.DivClassName
{
background-color: #1FB8CF;
}
.BgClassName
{
background-color: #1FB8CF;
}
</style>
border-color css
<style>
span { border-color: #1FB8CF; }
span { border-color: rgb(31,184,207); }
td.TdClassName
{
border-color: #1FB8CF;
}
.TagClassName
{
border-color: #1FB8CF;
}
</style>