Shades of Iris Blue #1CBFD7
Tints of Iris Blue #1CBFD7
RGB
CMYK
RGB Variations
Color information
#1CBFD7 (or 0x1CBFD7) is known color: Iris Blue. HEX triplet: 1C, BF and D7. RGB value is (28,191,215). Sum of RGB (Red+Green+Blue) = 28+191+215=434 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.45% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #1CBFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFD7 is #E34028. Grayscale: #909090. Windows color (decimal): -14893097 or 14139164. OLE color: 14139164.
HSL color Cylindrical-coordinate representation of color #1CBFD7: hue angle of 187.7º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBFD7 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 191 | 215 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.16 |
| HSL | 187.7º | 0.77% | 0.48% | - |
| HSV(B) | 187.7º | 0.87% | 0.84% | - |
| XYZ | 31.38 | 42.41 | 70.82 | - |
| YUV | 145 | 167.5 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 215 | 0.87 | 0.11 | 0 | 0.16 | 187.7 | 0.77 | 0.48 |
| Hex | 1C | BF | D7 | 57 | B | 0 | 10 | BC | 4D | 30 |
| Octal | 34 | 277 | 327 | 127 | 13 | 0 | 20 | 274 | 115 | 60 |
| Binary | 11100 | 10111111 | 11010111 | 1010111 | 1011 | 0 | 10000 | 10111100 | 1001101 | 110000 |
Color Harmonies of #1CBFD7
Complementary color
Monochromatic Colors of #1CBFD7
Black with #1CBFD7
Text Example
Text Example
White with #1CBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBFD7; }
p { color: rgb(28,191,215); }
H1.HeaderClassName
{
color: #1CBFD7;
}
.AnyTagClassName
{
color: #1CBFD7;
}
</style>
background-color css
<style>
a { background-color: #1CBFD7; }
a { background-color: rgb(28,191,215); }
div.DivClassName
{
background-color: #1CBFD7;
}
.BgClassName
{
background-color: #1CBFD7;
}
</style>
border-color css
<style>
span { border-color: #1CBFD7; }
span { border-color: rgb(28,191,215); }
td.TdClassName
{
border-color: #1CBFD7;
}
.TagClassName
{
border-color: #1CBFD7;
}
</style>