Shades of Iris Blue #1FB2CF
Tints of Iris Blue #1FB2CF
RGB
CMYK
RGB Variations
Color information
#1FB2CF (or 0x1FB2CF) is known color: Iris Blue. HEX triplet: 1F, B2 and CF. RGB value is (31,178,207). Sum of RGB (Red+Green+Blue) = 31+178+207=416 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.45% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FB2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB2CF is #E04D30. Grayscale: #898989. Windows color (decimal): -14699825 or 13611551. OLE color: 13611551.
HSL color Cylindrical-coordinate representation of color #1FB2CF: hue angle of 189.89º 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 #1FB2CF is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 178 | 207 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.19 |
| HSL | 189.89º | 0.74% | 0.47% | - |
| HSV(B) | 189.89º | 0.85% | 0.81% | - |
| XYZ | 27.75 | 36.64 | 64.64 | - |
| YUV | 137.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 207 | 0.85 | 0.14 | 0 | 0.19 | 189.89 | 0.74 | 0.47 |
| Hex | 1F | B2 | CF | 55 | E | 0 | 13 | BE | 4A | 2F |
| Octal | 37 | 262 | 317 | 125 | 16 | 0 | 23 | 276 | 112 | 57 |
| Binary | 11111 | 10110010 | 11001111 | 1010101 | 1110 | 0 | 10011 | 10111110 | 1001010 | 101111 |
Color Harmonies of #1FB2CF
Complementary color
Monochromatic Colors of #1FB2CF
Black with #1FB2CF
Text Example
Text Example
White with #1FB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB2CF; }
p { color: rgb(31,178,207); }
H1.HeaderClassName
{
color: #1FB2CF;
}
.AnyTagClassName
{
color: #1FB2CF;
}
</style>
background-color css
<style>
a { background-color: #1FB2CF; }
a { background-color: rgb(31,178,207); }
div.DivClassName
{
background-color: #1FB2CF;
}
.BgClassName
{
background-color: #1FB2CF;
}
</style>
border-color css
<style>
span { border-color: #1FB2CF; }
span { border-color: rgb(31,178,207); }
td.TdClassName
{
border-color: #1FB2CF;
}
.TagClassName
{
border-color: #1FB2CF;
}
</style>