Shades of Iris Blue #1CBDCC
Tints of Iris Blue #1CBDCC
RGB
CMYK
RGB Variations
Color information
#1CBDCC (or 0x1CBDCC) is known color: Iris Blue. HEX triplet: 1C, BD and CC. RGB value is (28,189,204). Sum of RGB (Red+Green+Blue) = 28+189+204=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CBDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDCC is #E34233. Grayscale: #8E8E8E. Windows color (decimal): -14893620 or 13417756. OLE color: 13417756.
HSL color Cylindrical-coordinate representation of color #1CBDCC: hue angle of 185.11º 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 #1CBDCC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 189 | 204 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.2 |
| HSL | 185.11º | 0.76% | 0.45% | - |
| HSV(B) | 185.11º | 0.86% | 0.8% | - |
| XYZ | 29.58 | 41 | 63.48 | - |
| YUV | 142.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 204 | 0.86 | 0.07 | 0 | 0.2 | 185.11 | 0.76 | 0.45 |
| Hex | 1C | BD | CC | 56 | 7 | 0 | 14 | B9 | 4C | 2D |
| Octal | 34 | 275 | 314 | 126 | 7 | 0 | 24 | 271 | 114 | 55 |
| Binary | 11100 | 10111101 | 11001100 | 1010110 | 111 | 0 | 10100 | 10111001 | 1001100 | 101101 |
Color Harmonies of #1CBDCC
Complementary color
Monochromatic Colors of #1CBDCC
Black with #1CBDCC
Text Example
Text Example
White with #1CBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDCC; }
p { color: rgb(28,189,204); }
H1.HeaderClassName
{
color: #1CBDCC;
}
.AnyTagClassName
{
color: #1CBDCC;
}
</style>
background-color css
<style>
a { background-color: #1CBDCC; }
a { background-color: rgb(28,189,204); }
div.DivClassName
{
background-color: #1CBDCC;
}
.BgClassName
{
background-color: #1CBDCC;
}
</style>
border-color css
<style>
span { border-color: #1CBDCC; }
span { border-color: rgb(28,189,204); }
td.TdClassName
{
border-color: #1CBDCC;
}
.TagClassName
{
border-color: #1CBDCC;
}
</style>