Shades of Iris Blue #1CBCD2
Tints of Iris Blue #1CBCD2
RGB
CMYK
RGB Variations
Color information
#1CBCD2 (or 0x1CBCD2) is known color: Iris Blue. HEX triplet: 1C, BC and D2. RGB value is (28,188,210). Sum of RGB (Red+Green+Blue) = 28+188+210=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #1CBCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCD2 is #E3432D. Grayscale: #8E8E8E. Windows color (decimal): -14893870 or 13810716. OLE color: 13810716.
HSL color Cylindrical-coordinate representation of color #1CBCD2: hue angle of 187.25º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBCD2 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 188 | 210 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.18 |
| HSL | 187.25º | 0.76% | 0.47% | - |
| HSV(B) | 187.25º | 0.87% | 0.82% | - |
| XYZ | 30.09 | 40.87 | 67.27 | - |
| YUV | 142.67 | 165.99 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 210 | 0.87 | 0.10 | 0 | 0.18 | 187.25 | 0.76 | 0.47 |
| Hex | 1C | BC | D2 | 57 | A | 0 | 12 | BB | 4C | 2F |
| Octal | 34 | 274 | 322 | 127 | 12 | 0 | 22 | 273 | 114 | 57 |
| Binary | 11100 | 10111100 | 11010010 | 1010111 | 1010 | 0 | 10010 | 10111011 | 1001100 | 101111 |
Color Harmonies of #1CBCD2
Complementary color
Monochromatic Colors of #1CBCD2
Black with #1CBCD2
Text Example
Text Example
White with #1CBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCD2; }
p { color: rgb(28,188,210); }
H1.HeaderClassName
{
color: #1CBCD2;
}
.AnyTagClassName
{
color: #1CBCD2;
}
</style>
background-color css
<style>
a { background-color: #1CBCD2; }
a { background-color: rgb(28,188,210); }
div.DivClassName
{
background-color: #1CBCD2;
}
.BgClassName
{
background-color: #1CBCD2;
}
</style>
border-color css
<style>
span { border-color: #1CBCD2; }
span { border-color: rgb(28,188,210); }
td.TdClassName
{
border-color: #1CBCD2;
}
.TagClassName
{
border-color: #1CBCD2;
}
</style>