Shades of Iris Blue #1FB3CF
Tints of Iris Blue #1FB3CF
RGB
CMYK
RGB Variations
Color information
#1FB3CF (or 0x1FB3CF) is known color: Iris Blue. HEX triplet: 1F, B3 and CF. RGB value is (31,179,207). Sum of RGB (Red+Green+Blue) = 31+179+207=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FB3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB3CF is #E04C30. Grayscale: #898989. Windows color (decimal): -14699569 or 13611807. OLE color: 13611807.
HSL color Cylindrical-coordinate representation of color #1FB3CF: hue angle of 189.55º 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 #1FB3CF is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 179 | 207 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.19 |
| HSL | 189.55º | 0.74% | 0.47% | - |
| HSV(B) | 189.55º | 0.85% | 0.81% | - |
| XYZ | 27.95 | 37.04 | 64.71 | - |
| YUV | 137.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 207 | 0.85 | 0.14 | 0 | 0.19 | 189.55 | 0.74 | 0.47 |
| Hex | 1F | B3 | CF | 55 | E | 0 | 13 | BE | 4A | 2F |
| Octal | 37 | 263 | 317 | 125 | 16 | 0 | 23 | 276 | 112 | 57 |
| Binary | 11111 | 10110011 | 11001111 | 1010101 | 1110 | 0 | 10011 | 10111110 | 1001010 | 101111 |
Color Harmonies of #1FB3CF
Complementary color
Monochromatic Colors of #1FB3CF
Black with #1FB3CF
Text Example
Text Example
White with #1FB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB3CF; }
p { color: rgb(31,179,207); }
H1.HeaderClassName
{
color: #1FB3CF;
}
.AnyTagClassName
{
color: #1FB3CF;
}
</style>
background-color css
<style>
a { background-color: #1FB3CF; }
a { background-color: rgb(31,179,207); }
div.DivClassName
{
background-color: #1FB3CF;
}
.BgClassName
{
background-color: #1FB3CF;
}
</style>
border-color css
<style>
span { border-color: #1FB3CF; }
span { border-color: rgb(31,179,207); }
td.TdClassName
{
border-color: #1FB3CF;
}
.TagClassName
{
border-color: #1FB3CF;
}
</style>