Shades of Iris Blue #1FBBC8
Tints of Iris Blue #1FBBC8
RGB
CMYK
RGB Variations
Color information
#1FBBC8 (or 0x1FBBC8) is known color: Iris Blue. HEX triplet: 1F, BB and C8. RGB value is (31,187,200). Sum of RGB (Red+Green+Blue) = 31+187+200=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #1FBBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBBC8 is #E04437. Grayscale: #8D8D8D. Windows color (decimal): -14697528 or 13155103. OLE color: 13155103.
HSL color Cylindrical-coordinate representation of color #1FBBC8: hue angle of 184.62º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBBC8 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 187 | 200 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.22 |
| HSL | 184.62º | 0.73% | 0.45% | - |
| HSV(B) | 184.62º | 0.85% | 0.78% | - |
| XYZ | 28.76 | 40 | 60.85 | - |
| YUV | 141.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 200 | 0.84 | 0.06 | 0 | 0.22 | 184.62 | 0.73 | 0.45 |
| Hex | 1F | BB | C8 | 54 | 6 | 0 | 16 | B9 | 49 | 2D |
| Octal | 37 | 273 | 310 | 124 | 6 | 0 | 26 | 271 | 111 | 55 |
| Binary | 11111 | 10111011 | 11001000 | 1010100 | 110 | 0 | 10110 | 10111001 | 1001001 | 101101 |
Color Harmonies of #1FBBC8
Complementary color
Monochromatic Colors of #1FBBC8
Black with #1FBBC8
Text Example
Text Example
White with #1FBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBC8; }
p { color: rgb(31,187,200); }
H1.HeaderClassName
{
color: #1FBBC8;
}
.AnyTagClassName
{
color: #1FBBC8;
}
</style>
background-color css
<style>
a { background-color: #1FBBC8; }
a { background-color: rgb(31,187,200); }
div.DivClassName
{
background-color: #1FBBC8;
}
.BgClassName
{
background-color: #1FBBC8;
}
</style>
border-color css
<style>
span { border-color: #1FBBC8; }
span { border-color: rgb(31,187,200); }
td.TdClassName
{
border-color: #1FBBC8;
}
.TagClassName
{
border-color: #1FBBC8;
}
</style>