Shades of Iris Blue #1CBDC9
Tints of Iris Blue #1CBDC9
RGB
CMYK
RGB Variations
Color information
#1CBDC9 (or 0x1CBDC9) is known color: Iris Blue. HEX triplet: 1C, BD and C9. RGB value is (28,189,201). Sum of RGB (Red+Green+Blue) = 28+189+201=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #1CBDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDC9 is #E34236. Grayscale: #8E8E8E. Windows color (decimal): -14893623 or 13221148. OLE color: 13221148.
HSL color Cylindrical-coordinate representation of color #1CBDC9: hue angle of 184.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBDC9 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 189 | 201 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.21 |
| HSL | 184.16º | 0.76% | 0.45% | - |
| HSV(B) | 184.16º | 0.86% | 0.79% | - |
| XYZ | 29.22 | 40.86 | 61.6 | - |
| YUV | 142.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 201 | 0.86 | 0.06 | 0 | 0.21 | 184.16 | 0.76 | 0.45 |
| Hex | 1C | BD | C9 | 56 | 6 | 0 | 15 | B8 | 4C | 2D |
| Octal | 34 | 275 | 311 | 126 | 6 | 0 | 25 | 270 | 114 | 55 |
| Binary | 11100 | 10111101 | 11001001 | 1010110 | 110 | 0 | 10101 | 10111000 | 1001100 | 101101 |
Color Harmonies of #1CBDC9
Complementary color
Monochromatic Colors of #1CBDC9
Black with #1CBDC9
Text Example
Text Example
White with #1CBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDC9; }
p { color: rgb(28,189,201); }
H1.HeaderClassName
{
color: #1CBDC9;
}
.AnyTagClassName
{
color: #1CBDC9;
}
</style>
background-color css
<style>
a { background-color: #1CBDC9; }
a { background-color: rgb(28,189,201); }
div.DivClassName
{
background-color: #1CBDC9;
}
.BgClassName
{
background-color: #1CBDC9;
}
</style>
border-color css
<style>
span { border-color: #1CBDC9; }
span { border-color: rgb(28,189,201); }
td.TdClassName
{
border-color: #1CBDC9;
}
.TagClassName
{
border-color: #1CBDC9;
}
</style>