Shades of Iris Blue #1BBDDA
Tints of Iris Blue #1BBDDA
RGB
CMYK
RGB Variations
Color information
#1BBDDA (or 0x1BBDDA) is known color: Iris Blue. HEX triplet: 1B, BD and DA. RGB value is (27,189,218). Sum of RGB (Red+Green+Blue) = 27+189+218=434 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.22% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BBDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDDA is #E44225. Grayscale: #8F8F8F. Windows color (decimal): -14959142 or 14335259. OLE color: 14335259.
HSL color Cylindrical-coordinate representation of color #1BBDDA: hue angle of 189.11º 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 #1BBDDA is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 189 | 218 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.15 |
| HSL | 189.11º | 0.78% | 0.48% | - |
| HSV(B) | 189.11º | 0.88% | 0.85% | - |
| XYZ | 31.3 | 41.69 | 72.73 | - |
| YUV | 143.87 | 169.83 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 218 | 0.88 | 0.13 | 0 | 0.15 | 189.11 | 0.78 | 0.48 |
| Hex | 1B | BD | DA | 58 | D | 0 | F | BD | 4E | 30 |
| Octal | 33 | 275 | 332 | 130 | 15 | 0 | 17 | 275 | 116 | 60 |
| Binary | 11011 | 10111101 | 11011010 | 1011000 | 1101 | 0 | 1111 | 10111101 | 1001110 | 110000 |
Color Harmonies of #1BBDDA
Complementary color
Monochromatic Colors of #1BBDDA
Black with #1BBDDA
Text Example
Text Example
White with #1BBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDDA; }
p { color: rgb(27,189,218); }
H1.HeaderClassName
{
color: #1BBDDA;
}
.AnyTagClassName
{
color: #1BBDDA;
}
</style>
background-color css
<style>
a { background-color: #1BBDDA; }
a { background-color: rgb(27,189,218); }
div.DivClassName
{
background-color: #1BBDDA;
}
.BgClassName
{
background-color: #1BBDDA;
}
</style>
border-color css
<style>
span { border-color: #1BBDDA; }
span { border-color: rgb(27,189,218); }
td.TdClassName
{
border-color: #1BBDDA;
}
.TagClassName
{
border-color: #1BBDDA;
}
</style>