Shades of Iris Blue #1CAECF
Tints of Iris Blue #1CAECF
RGB
CMYK
RGB Variations
Color information
#1CAECF (or 0x1CAECF) is known color: Iris Blue. HEX triplet: 1C, AE and CF. RGB value is (28,174,207). Sum of RGB (Red+Green+Blue) = 28+174+207=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAECF is #E35130. Grayscale: #858585. Windows color (decimal): -14897457 or 13610524. OLE color: 13610524.
HSL color Cylindrical-coordinate representation of color #1CAECF: hue angle of 191.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CAECF is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 174 | 207 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.19 |
| HSL | 191.06º | 0.76% | 0.46% | - |
| HSV(B) | 191.06º | 0.86% | 0.81% | - |
| XYZ | 26.88 | 35.02 | 64.38 | - |
| YUV | 134.11 | 169.13 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 207 | 0.86 | 0.16 | 0 | 0.19 | 191.06 | 0.76 | 0.46 |
| Hex | 1C | AE | CF | 56 | 10 | 0 | 13 | BF | 4C | 2E |
| Octal | 34 | 256 | 317 | 126 | 20 | 0 | 23 | 277 | 114 | 56 |
| Binary | 11100 | 10101110 | 11001111 | 1010110 | 10000 | 0 | 10011 | 10111111 | 1001100 | 101110 |
Color Harmonies of #1CAECF
Complementary color
Monochromatic Colors of #1CAECF
Black with #1CAECF
Text Example
Text Example
White with #1CAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAECF; }
p { color: rgb(28,174,207); }
H1.HeaderClassName
{
color: #1CAECF;
}
.AnyTagClassName
{
color: #1CAECF;
}
</style>
background-color css
<style>
a { background-color: #1CAECF; }
a { background-color: rgb(28,174,207); }
div.DivClassName
{
background-color: #1CAECF;
}
.BgClassName
{
background-color: #1CAECF;
}
</style>
border-color css
<style>
span { border-color: #1CAECF; }
span { border-color: rgb(28,174,207); }
td.TdClassName
{
border-color: #1CAECF;
}
.TagClassName
{
border-color: #1CAECF;
}
</style>