Shades of Iris Blue #1CBDCB
Tints of Iris Blue #1CBDCB
RGB
CMYK
RGB Variations
Color information
#1CBDCB (or 0x1CBDCB) is known color: Iris Blue. HEX triplet: 1C, BD and CB. RGB value is (28,189,203). Sum of RGB (Red+Green+Blue) = 28+189+203=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CBDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDCB is #E34234. Grayscale: #8E8E8E. Windows color (decimal): -14893621 or 13352220. OLE color: 13352220.
HSL color Cylindrical-coordinate representation of color #1CBDCB: hue angle of 184.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBDCB is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 189 | 203 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.20 |
| HSL | 184.8º | 0.76% | 0.45% | - |
| HSV(B) | 184.8º | 0.86% | 0.8% | - |
| XYZ | 29.46 | 40.95 | 62.85 | - |
| YUV | 142.46 | 162.16 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 203 | 0.86 | 0.07 | 0 | 0.20 | 184.8 | 0.76 | 0.45 |
| Hex | 1C | BD | CB | 56 | 7 | 0 | 14 | B9 | 4C | 2D |
| Octal | 34 | 275 | 313 | 126 | 7 | 0 | 24 | 271 | 114 | 55 |
| Binary | 11100 | 10111101 | 11001011 | 1010110 | 111 | 0 | 10100 | 10111001 | 1001100 | 101101 |
Color Harmonies of #1CBDCB
Complementary color
Monochromatic Colors of #1CBDCB
Black with #1CBDCB
Text Example
Text Example
White with #1CBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDCB; }
p { color: rgb(28,189,203); }
H1.HeaderClassName
{
color: #1CBDCB;
}
.AnyTagClassName
{
color: #1CBDCB;
}
</style>
background-color css
<style>
a { background-color: #1CBDCB; }
a { background-color: rgb(28,189,203); }
div.DivClassName
{
background-color: #1CBDCB;
}
.BgClassName
{
background-color: #1CBDCB;
}
</style>
border-color css
<style>
span { border-color: #1CBDCB; }
span { border-color: rgb(28,189,203); }
td.TdClassName
{
border-color: #1CBDCB;
}
.TagClassName
{
border-color: #1CBDCB;
}
</style>