Shades of Iris Blue #1ABFD3
Tints of Iris Blue #1ABFD3
RGB
CMYK
RGB Variations
Color information
#1ABFD3 (or 0x1ABFD3) is known color: Iris Blue. HEX triplet: 1A, BF and D3. RGB value is (26,191,211). Sum of RGB (Red+Green+Blue) = 26+191+211=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #1ABFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFD3 is #E5402C. Grayscale: #8F8F8F. Windows color (decimal): -15024173 or 13877018. OLE color: 13877018.
HSL color Cylindrical-coordinate representation of color #1ABFD3: hue angle of 186.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABFD3 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 191 | 211 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.17 |
| HSL | 186.49º | 0.78% | 0.46% | - |
| HSV(B) | 186.49º | 0.88% | 0.83% | - |
| XYZ | 30.81 | 42.18 | 68.15 | - |
| YUV | 143.95 | 165.84 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 211 | 0.88 | 0.09 | 0 | 0.17 | 186.49 | 0.78 | 0.46 |
| Hex | 1A | BF | D3 | 58 | 9 | 0 | 11 | BA | 4E | 2E |
| Octal | 32 | 277 | 323 | 130 | 11 | 0 | 21 | 272 | 116 | 56 |
| Binary | 11010 | 10111111 | 11010011 | 1011000 | 1001 | 0 | 10001 | 10111010 | 1001110 | 101110 |
Color Harmonies of #1ABFD3
Complementary color
Monochromatic Colors of #1ABFD3
Black with #1ABFD3
Text Example
Text Example
White with #1ABFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFD3; }
p { color: rgb(26,191,211); }
H1.HeaderClassName
{
color: #1ABFD3;
}
.AnyTagClassName
{
color: #1ABFD3;
}
</style>
background-color css
<style>
a { background-color: #1ABFD3; }
a { background-color: rgb(26,191,211); }
div.DivClassName
{
background-color: #1ABFD3;
}
.BgClassName
{
background-color: #1ABFD3;
}
</style>
border-color css
<style>
span { border-color: #1ABFD3; }
span { border-color: rgb(26,191,211); }
td.TdClassName
{
border-color: #1ABFD3;
}
.TagClassName
{
border-color: #1ABFD3;
}
</style>