Shades of Iris Blue #1CAEC2
Tints of Iris Blue #1CAEC2
RGB
CMYK
RGB Variations
Color information
#1CAEC2 (or 0x1CAEC2) is known color: Iris Blue. HEX triplet: 1C, AE and C2. RGB value is (28,174,194). Sum of RGB (Red+Green+Blue) = 28+174+194=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #1CAEC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAEC2 is #E3513D. Grayscale: #848484. Windows color (decimal): -14897470 or 12758556. OLE color: 12758556.
HSL color Cylindrical-coordinate representation of color #1CAEC2: hue angle of 187.23º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CAEC2 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 174 | 194 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.24 |
| HSL | 187.23º | 0.75% | 0.44% | - |
| HSV(B) | 187.23º | 0.86% | 0.76% | - |
| XYZ | 25.35 | 34.41 | 56.35 | - |
| YUV | 132.63 | 162.63 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 194 | 0.86 | 0.10 | 0 | 0.24 | 187.23 | 0.75 | 0.44 |
| Hex | 1C | AE | C2 | 56 | A | 0 | 18 | BB | 4B | 2C |
| Octal | 34 | 256 | 302 | 126 | 12 | 0 | 30 | 273 | 113 | 54 |
| Binary | 11100 | 10101110 | 11000010 | 1010110 | 1010 | 0 | 11000 | 10111011 | 1001011 | 101100 |
Color Harmonies of #1CAEC2
Complementary color
Monochromatic Colors of #1CAEC2
Black with #1CAEC2
Text Example
Text Example
White with #1CAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAEC2; }
p { color: rgb(28,174,194); }
H1.HeaderClassName
{
color: #1CAEC2;
}
.AnyTagClassName
{
color: #1CAEC2;
}
</style>
background-color css
<style>
a { background-color: #1CAEC2; }
a { background-color: rgb(28,174,194); }
div.DivClassName
{
background-color: #1CAEC2;
}
.BgClassName
{
background-color: #1CAEC2;
}
</style>
border-color css
<style>
span { border-color: #1CAEC2; }
span { border-color: rgb(28,174,194); }
td.TdClassName
{
border-color: #1CAEC2;
}
.TagClassName
{
border-color: #1CAEC2;
}
</style>