Shades of Iris Blue #1CABC6
Tints of Iris Blue #1CABC6
RGB
CMYK
RGB Variations
Color information
#1CABC6 (or 0x1CABC6) is known color: Iris Blue. HEX triplet: 1C, AB and C6. RGB value is (28,171,198). Sum of RGB (Red+Green+Blue) = 28+171+198=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #1CABC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABC6 is #E35439. Grayscale: #838383. Windows color (decimal): -14898234 or 13019932. OLE color: 13019932.
HSL color Cylindrical-coordinate representation of color #1CABC6: hue angle of 189.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CABC6 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 171 | 198 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.22 |
| HSL | 189.53º | 0.75% | 0.44% | - |
| HSV(B) | 189.53º | 0.86% | 0.78% | - |
| XYZ | 25.23 | 33.45 | 58.55 | - |
| YUV | 131.32 | 165.62 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 198 | 0.86 | 0.14 | 0 | 0.22 | 189.53 | 0.75 | 0.44 |
| Hex | 1C | AB | C6 | 56 | E | 0 | 16 | BE | 4B | 2C |
| Octal | 34 | 253 | 306 | 126 | 16 | 0 | 26 | 276 | 113 | 54 |
| Binary | 11100 | 10101011 | 11000110 | 1010110 | 1110 | 0 | 10110 | 10111110 | 1001011 | 101100 |
Color Harmonies of #1CABC6
Complementary color
Monochromatic Colors of #1CABC6
Black with #1CABC6
Text Example
Text Example
White with #1CABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABC6; }
p { color: rgb(28,171,198); }
H1.HeaderClassName
{
color: #1CABC6;
}
.AnyTagClassName
{
color: #1CABC6;
}
</style>
background-color css
<style>
a { background-color: #1CABC6; }
a { background-color: rgb(28,171,198); }
div.DivClassName
{
background-color: #1CABC6;
}
.BgClassName
{
background-color: #1CABC6;
}
</style>
border-color css
<style>
span { border-color: #1CABC6; }
span { border-color: rgb(28,171,198); }
td.TdClassName
{
border-color: #1CABC6;
}
.TagClassName
{
border-color: #1CABC6;
}
</style>