Shades of Iris Blue #1FBAD2
Tints of Iris Blue #1FBAD2
RGB
CMYK
RGB Variations
Color information
#1FBAD2 (or 0x1FBAD2) is known color: Iris Blue. HEX triplet: 1F, BA and D2. RGB value is (31,186,210). Sum of RGB (Red+Green+Blue) = 31+186+210=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #1FBAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBAD2 is #E0452D. Grayscale: #8E8E8E. Windows color (decimal): -14697774 or 13810207. OLE color: 13810207.
HSL color Cylindrical-coordinate representation of color #1FBAD2: hue angle of 188.04º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBAD2 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 186 | 210 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.18 |
| HSL | 188.04º | 0.74% | 0.47% | - |
| HSV(B) | 188.04º | 0.85% | 0.82% | - |
| XYZ | 29.76 | 40.06 | 67.14 | - |
| YUV | 142.39 | 166.15 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 210 | 0.85 | 0.11 | 0 | 0.18 | 188.04 | 0.74 | 0.47 |
| Hex | 1F | BA | D2 | 55 | B | 0 | 12 | BC | 4A | 2F |
| Octal | 37 | 272 | 322 | 125 | 13 | 0 | 22 | 274 | 112 | 57 |
| Binary | 11111 | 10111010 | 11010010 | 1010101 | 1011 | 0 | 10010 | 10111100 | 1001010 | 101111 |
Color Harmonies of #1FBAD2
Complementary color
Monochromatic Colors of #1FBAD2
Black with #1FBAD2
Text Example
Text Example
White with #1FBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBAD2; }
p { color: rgb(31,186,210); }
H1.HeaderClassName
{
color: #1FBAD2;
}
.AnyTagClassName
{
color: #1FBAD2;
}
</style>
background-color css
<style>
a { background-color: #1FBAD2; }
a { background-color: rgb(31,186,210); }
div.DivClassName
{
background-color: #1FBAD2;
}
.BgClassName
{
background-color: #1FBAD2;
}
</style>
border-color css
<style>
span { border-color: #1FBAD2; }
span { border-color: rgb(31,186,210); }
td.TdClassName
{
border-color: #1FBAD2;
}
.TagClassName
{
border-color: #1FBAD2;
}
</style>