Shades of Iris Blue #1FBDC8
Tints of Iris Blue #1FBDC8
RGB
CMYK
RGB Variations
Color information
#1FBDC8 (or 0x1FBDC8) is known color: Iris Blue. HEX triplet: 1F, BD and C8. RGB value is (31,189,200). Sum of RGB (Red+Green+Blue) = 31+189+200=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #1FBDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDC8 is #E04237. Grayscale: #8E8E8E. Windows color (decimal): -14697016 or 13155615. OLE color: 13155615.
HSL color Cylindrical-coordinate representation of color #1FBDC8: hue angle of 183.91º 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 #1FBDC8 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 189 | 200 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.22 |
| HSL | 183.91º | 0.73% | 0.45% | - |
| HSV(B) | 183.91º | 0.85% | 0.78% | - |
| XYZ | 29.19 | 40.86 | 60.99 | - |
| YUV | 143.01 | 160.15 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 200 | 0.84 | 0.06 | 0 | 0.22 | 183.91 | 0.73 | 0.45 |
| Hex | 1F | BD | C8 | 54 | 6 | 0 | 16 | B8 | 49 | 2D |
| Octal | 37 | 275 | 310 | 124 | 6 | 0 | 26 | 270 | 111 | 55 |
| Binary | 11111 | 10111101 | 11001000 | 1010100 | 110 | 0 | 10110 | 10111000 | 1001001 | 101101 |
Color Harmonies of #1FBDC8
Complementary color
Monochromatic Colors of #1FBDC8
Black with #1FBDC8
Text Example
Text Example
White with #1FBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDC8; }
p { color: rgb(31,189,200); }
H1.HeaderClassName
{
color: #1FBDC8;
}
.AnyTagClassName
{
color: #1FBDC8;
}
</style>
background-color css
<style>
a { background-color: #1FBDC8; }
a { background-color: rgb(31,189,200); }
div.DivClassName
{
background-color: #1FBDC8;
}
.BgClassName
{
background-color: #1FBDC8;
}
</style>
border-color css
<style>
span { border-color: #1FBDC8; }
span { border-color: rgb(31,189,200); }
td.TdClassName
{
border-color: #1FBDC8;
}
.TagClassName
{
border-color: #1FBDC8;
}
</style>