Shades of Iris Blue #1FBCCC
Tints of Iris Blue #1FBCCC
RGB
CMYK
RGB Variations
Color information
#1FBCCC (or 0x1FBCCC) is known color: Iris Blue. HEX triplet: 1F, BC and CC. RGB value is (31,188,204). Sum of RGB (Red+Green+Blue) = 31+188+204=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCCC is #E04333. Grayscale: #8E8E8E. Windows color (decimal): -14697268 or 13417503. OLE color: 13417503.
HSL color Cylindrical-coordinate representation of color #1FBCCC: hue angle of 185.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBCCC is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 188 | 204 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.2 |
| HSL | 185.55º | 0.74% | 0.46% | - |
| HSV(B) | 185.55º | 0.85% | 0.8% | - |
| XYZ | 29.45 | 40.62 | 63.41 | - |
| YUV | 142.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 204 | 0.85 | 0.08 | 0 | 0.2 | 185.55 | 0.74 | 0.46 |
| Hex | 1F | BC | CC | 55 | 8 | 0 | 14 | BA | 4A | 2E |
| Octal | 37 | 274 | 314 | 125 | 10 | 0 | 24 | 272 | 112 | 56 |
| Binary | 11111 | 10111100 | 11001100 | 1010101 | 1000 | 0 | 10100 | 10111010 | 1001010 | 101110 |
Color Harmonies of #1FBCCC
Complementary color
Monochromatic Colors of #1FBCCC
Black with #1FBCCC
Text Example
Text Example
White with #1FBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCCC; }
p { color: rgb(31,188,204); }
H1.HeaderClassName
{
color: #1FBCCC;
}
.AnyTagClassName
{
color: #1FBCCC;
}
</style>
background-color css
<style>
a { background-color: #1FBCCC; }
a { background-color: rgb(31,188,204); }
div.DivClassName
{
background-color: #1FBCCC;
}
.BgClassName
{
background-color: #1FBCCC;
}
</style>
border-color css
<style>
span { border-color: #1FBCCC; }
span { border-color: rgb(31,188,204); }
td.TdClassName
{
border-color: #1FBCCC;
}
.TagClassName
{
border-color: #1FBCCC;
}
</style>