Shades of Iris Blue #1ABDCF
Tints of Iris Blue #1ABDCF
RGB
CMYK
RGB Variations
Color information
#1ABDCF (or 0x1ABDCF) is known color: Iris Blue. HEX triplet: 1A, BD and CF. RGB value is (26,189,207). Sum of RGB (Red+Green+Blue) = 26+189+207=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ABDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDCF is #E54230. Grayscale: #8E8E8E. Windows color (decimal): -15024689 or 13614362. OLE color: 13614362.
HSL color Cylindrical-coordinate representation of color #1ABDCF: hue angle of 185.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABDCF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 189 | 207 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.19 |
| HSL | 185.97º | 0.78% | 0.46% | - |
| HSV(B) | 185.97º | 0.87% | 0.81% | - |
| XYZ | 29.89 | 41.12 | 65.39 | - |
| YUV | 142.32 | 164.5 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 207 | 0.87 | 0.09 | 0 | 0.19 | 185.97 | 0.78 | 0.46 |
| Hex | 1A | BD | CF | 57 | 9 | 0 | 13 | BA | 4E | 2E |
| Octal | 32 | 275 | 317 | 127 | 11 | 0 | 23 | 272 | 116 | 56 |
| Binary | 11010 | 10111101 | 11001111 | 1010111 | 1001 | 0 | 10011 | 10111010 | 1001110 | 101110 |
Color Harmonies of #1ABDCF
Complementary color
Monochromatic Colors of #1ABDCF
Black with #1ABDCF
Text Example
Text Example
White with #1ABDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDCF; }
p { color: rgb(26,189,207); }
H1.HeaderClassName
{
color: #1ABDCF;
}
.AnyTagClassName
{
color: #1ABDCF;
}
</style>
background-color css
<style>
a { background-color: #1ABDCF; }
a { background-color: rgb(26,189,207); }
div.DivClassName
{
background-color: #1ABDCF;
}
.BgClassName
{
background-color: #1ABDCF;
}
</style>
border-color css
<style>
span { border-color: #1ABDCF; }
span { border-color: rgb(26,189,207); }
td.TdClassName
{
border-color: #1ABDCF;
}
.TagClassName
{
border-color: #1ABDCF;
}
</style>