Shades of Iris Blue #1AB3C4
Tints of Iris Blue #1AB3C4
RGB
CMYK
RGB Variations
Color information
#1AB3C4 (or 0x1AB3C4) is known color: Iris Blue. HEX triplet: 1A, B3 and C4. RGB value is (26,179,196). Sum of RGB (Red+Green+Blue) = 26+179+196=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #1AB3C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB3C4 is #E54C3B. Grayscale: #868686. Windows color (decimal): -15027260 or 12890906. OLE color: 12890906.
HSL color Cylindrical-coordinate representation of color #1AB3C4: hue angle of 186º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB3C4 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 179 | 196 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.23 |
| HSL | 186º | 0.77% | 0.44% | - |
| HSV(B) | 186º | 0.87% | 0.77% | - |
| XYZ | 26.51 | 36.45 | 57.86 | - |
| YUV | 135.19 | 162.31 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 196 | 0.87 | 0.09 | 0 | 0.23 | 186 | 0.77 | 0.44 |
| Hex | 1A | B3 | C4 | 57 | 9 | 0 | 17 | BA | 4D | 2C |
| Octal | 32 | 263 | 304 | 127 | 11 | 0 | 27 | 272 | 115 | 54 |
| Binary | 11010 | 10110011 | 11000100 | 1010111 | 1001 | 0 | 10111 | 10111010 | 1001101 | 101100 |
Color Harmonies of #1AB3C4
Complementary color
Monochromatic Colors of #1AB3C4
Black with #1AB3C4
Text Example
Text Example
White with #1AB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB3C4; }
p { color: rgb(26,179,196); }
H1.HeaderClassName
{
color: #1AB3C4;
}
.AnyTagClassName
{
color: #1AB3C4;
}
</style>
background-color css
<style>
a { background-color: #1AB3C4; }
a { background-color: rgb(26,179,196); }
div.DivClassName
{
background-color: #1AB3C4;
}
.BgClassName
{
background-color: #1AB3C4;
}
</style>
border-color css
<style>
span { border-color: #1AB3C4; }
span { border-color: rgb(26,179,196); }
td.TdClassName
{
border-color: #1AB3C4;
}
.TagClassName
{
border-color: #1AB3C4;
}
</style>