Shades of Iris Blue #1ABFD8
Tints of Iris Blue #1ABFD8
RGB
CMYK
RGB Variations
Color information
#1ABFD8 (or 0x1ABFD8) is known color: Iris Blue. HEX triplet: 1A, BF and D8. RGB value is (26,191,216). Sum of RGB (Red+Green+Blue) = 26+191+216=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #1ABFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFD8 is #E54027. Grayscale: #909090. Windows color (decimal): -15024168 or 14204698. OLE color: 14204698.
HSL color Cylindrical-coordinate representation of color #1ABFD8: hue angle of 187.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABFD8 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 191 | 216 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.15 |
| HSL | 187.89º | 0.79% | 0.47% | - |
| HSV(B) | 187.89º | 0.88% | 0.85% | - |
| XYZ | 31.45 | 42.44 | 71.5 | - |
| YUV | 144.52 | 168.34 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 216 | 0.88 | 0.12 | 0 | 0.15 | 187.89 | 0.79 | 0.47 |
| Hex | 1A | BF | D8 | 58 | C | 0 | F | BC | 4F | 2F |
| Octal | 32 | 277 | 330 | 130 | 14 | 0 | 17 | 274 | 117 | 57 |
| Binary | 11010 | 10111111 | 11011000 | 1011000 | 1100 | 0 | 1111 | 10111100 | 1001111 | 101111 |
Color Harmonies of #1ABFD8
Complementary color
Monochromatic Colors of #1ABFD8
Black with #1ABFD8
Text Example
Text Example
White with #1ABFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFD8; }
p { color: rgb(26,191,216); }
H1.HeaderClassName
{
color: #1ABFD8;
}
.AnyTagClassName
{
color: #1ABFD8;
}
</style>
background-color css
<style>
a { background-color: #1ABFD8; }
a { background-color: rgb(26,191,216); }
div.DivClassName
{
background-color: #1ABFD8;
}
.BgClassName
{
background-color: #1ABFD8;
}
</style>
border-color css
<style>
span { border-color: #1ABFD8; }
span { border-color: rgb(26,191,216); }
td.TdClassName
{
border-color: #1ABFD8;
}
.TagClassName
{
border-color: #1ABFD8;
}
</style>