Shades of Iris Blue #1BBADA
Tints of Iris Blue #1BBADA
RGB
CMYK
RGB Variations
Color information
#1BBADA (or 0x1BBADA) is known color: Iris Blue. HEX triplet: 1B, BA and DA. RGB value is (27,186,218). Sum of RGB (Red+Green+Blue) = 27+186+218=431 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.26% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BBADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBADA is #E44525. Grayscale: #8D8D8D. Windows color (decimal): -14959910 or 14334491. OLE color: 14334491.
HSL color Cylindrical-coordinate representation of color #1BBADA: hue angle of 190.05º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBADA is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 186 | 218 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.15 |
| HSL | 190.05º | 0.78% | 0.48% | - |
| HSV(B) | 190.05º | 0.88% | 0.85% | - |
| XYZ | 30.67 | 40.41 | 72.51 | - |
| YUV | 142.11 | 170.82 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 218 | 0.88 | 0.15 | 0 | 0.15 | 190.05 | 0.78 | 0.48 |
| Hex | 1B | BA | DA | 58 | F | 0 | F | BE | 4E | 30 |
| Octal | 33 | 272 | 332 | 130 | 17 | 0 | 17 | 276 | 116 | 60 |
| Binary | 11011 | 10111010 | 11011010 | 1011000 | 1111 | 0 | 1111 | 10111110 | 1001110 | 110000 |
Color Harmonies of #1BBADA
Complementary color
Monochromatic Colors of #1BBADA
Black with #1BBADA
Text Example
Text Example
White with #1BBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBADA; }
p { color: rgb(27,186,218); }
H1.HeaderClassName
{
color: #1BBADA;
}
.AnyTagClassName
{
color: #1BBADA;
}
</style>
background-color css
<style>
a { background-color: #1BBADA; }
a { background-color: rgb(27,186,218); }
div.DivClassName
{
background-color: #1BBADA;
}
.BgClassName
{
background-color: #1BBADA;
}
</style>
border-color css
<style>
span { border-color: #1BBADA; }
span { border-color: rgb(27,186,218); }
td.TdClassName
{
border-color: #1BBADA;
}
.TagClassName
{
border-color: #1BBADA;
}
</style>