Shades of Iris Blue #1BBFDA
Tints of Iris Blue #1BBFDA
RGB
CMYK
RGB Variations
Color information
#1BBFDA (or 0x1BBFDA) is known color: Iris Blue. HEX triplet: 1B, BF and DA. RGB value is (27,191,218). Sum of RGB (Red+Green+Blue) = 27+191+218=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BBFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBFDA is #E44025. Grayscale: #909090. Windows color (decimal): -14958630 or 14335771. OLE color: 14335771.
HSL color Cylindrical-coordinate representation of color #1BBFDA: hue angle of 188.48º 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 #1BBFDA is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 191 | 218 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.15 |
| HSL | 188.48º | 0.78% | 0.48% | - |
| HSV(B) | 188.48º | 0.88% | 0.85% | - |
| XYZ | 31.74 | 42.56 | 72.87 | - |
| YUV | 145.04 | 169.17 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 191 | 218 | 0.88 | 0.12 | 0 | 0.15 | 188.48 | 0.78 | 0.48 |
| Hex | 1B | BF | DA | 58 | C | 0 | F | BC | 4E | 30 |
| Octal | 33 | 277 | 332 | 130 | 14 | 0 | 17 | 274 | 116 | 60 |
| Binary | 11011 | 10111111 | 11011010 | 1011000 | 1100 | 0 | 1111 | 10111100 | 1001110 | 110000 |
Color Harmonies of #1BBFDA
Complementary color
Monochromatic Colors of #1BBFDA
Black with #1BBFDA
Text Example
Text Example
White with #1BBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBFDA; }
p { color: rgb(27,191,218); }
H1.HeaderClassName
{
color: #1BBFDA;
}
.AnyTagClassName
{
color: #1BBFDA;
}
</style>
background-color css
<style>
a { background-color: #1BBFDA; }
a { background-color: rgb(27,191,218); }
div.DivClassName
{
background-color: #1BBFDA;
}
.BgClassName
{
background-color: #1BBFDA;
}
</style>
border-color css
<style>
span { border-color: #1BBFDA; }
span { border-color: rgb(27,191,218); }
td.TdClassName
{
border-color: #1BBFDA;
}
.TagClassName
{
border-color: #1BBFDA;
}
</style>