Shades of Iris Blue #1CBCD3
Tints of Iris Blue #1CBCD3
RGB
CMYK
RGB Variations
Color information
#1CBCD3 (or 0x1CBCD3) is known color: Iris Blue. HEX triplet: 1C, BC and D3. RGB value is (28,188,211). Sum of RGB (Red+Green+Blue) = 28+188+211=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #1CBCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCD3 is #E3432C. Grayscale: #8E8E8E. Windows color (decimal): -14893869 or 13876252. OLE color: 13876252.
HSL color Cylindrical-coordinate representation of color #1CBCD3: hue angle of 187.54º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBCD3 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 28 | 188 | 211 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.17 |
| HSL | 187.54º | 0.77% | 0.47% | - |
| HSV(B) | 187.54º | 0.87% | 0.83% | - |
| XYZ | 30.22 | 40.92 | 67.93 | - |
| YUV | 142.78 | 166.49 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 211 | 0.87 | 0.11 | 0 | 0.17 | 187.54 | 0.77 | 0.47 |
| Hex | 1C | BC | D3 | 57 | B | 0 | 11 | BC | 4D | 2F |
| Octal | 34 | 274 | 323 | 127 | 13 | 0 | 21 | 274 | 115 | 57 |
| Binary | 11100 | 10111100 | 11010011 | 1010111 | 1011 | 0 | 10001 | 10111100 | 1001101 | 101111 |
Color Harmonies of #1CBCD3
Complementary color
Monochromatic Colors of #1CBCD3
Black with #1CBCD3
Text Example
Text Example
White with #1CBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCD3; }
p { color: rgb(28,188,211); }
H1.HeaderClassName
{
color: #1CBCD3;
}
.AnyTagClassName
{
color: #1CBCD3;
}
</style>
background-color css
<style>
a { background-color: #1CBCD3; }
a { background-color: rgb(28,188,211); }
div.DivClassName
{
background-color: #1CBCD3;
}
.BgClassName
{
background-color: #1CBCD3;
}
</style>
border-color css
<style>
span { border-color: #1CBCD3; }
span { border-color: rgb(28,188,211); }
td.TdClassName
{
border-color: #1CBCD3;
}
.TagClassName
{
border-color: #1CBCD3;
}
</style>