Shades of Iris Blue #1CBBD1
Tints of Iris Blue #1CBBD1
RGB
CMYK
RGB Variations
Color information
#1CBBD1 (or 0x1CBBD1) is known color: Iris Blue. HEX triplet: 1C, BB and D1. RGB value is (28,187,209). Sum of RGB (Red+Green+Blue) = 28+187+209=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #1CBBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBD1 is #E3442E. Grayscale: #8D8D8D. Windows color (decimal): -14894127 or 13744924. OLE color: 13744924.
HSL color Cylindrical-coordinate representation of color #1CBBD1: hue angle of 187.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBBD1 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 187 | 209 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.18 |
| HSL | 187.29º | 0.76% | 0.46% | - |
| HSV(B) | 187.29º | 0.87% | 0.82% | - |
| XYZ | 29.76 | 40.39 | 66.55 | - |
| YUV | 141.97 | 165.82 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 209 | 0.87 | 0.11 | 0 | 0.18 | 187.29 | 0.76 | 0.46 |
| Hex | 1C | BB | D1 | 57 | B | 0 | 12 | BB | 4C | 2E |
| Octal | 34 | 273 | 321 | 127 | 13 | 0 | 22 | 273 | 114 | 56 |
| Binary | 11100 | 10111011 | 11010001 | 1010111 | 1011 | 0 | 10010 | 10111011 | 1001100 | 101110 |
Color Harmonies of #1CBBD1
Complementary color
Monochromatic Colors of #1CBBD1
Black with #1CBBD1
Text Example
Text Example
White with #1CBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBD1; }
p { color: rgb(28,187,209); }
H1.HeaderClassName
{
color: #1CBBD1;
}
.AnyTagClassName
{
color: #1CBBD1;
}
</style>
background-color css
<style>
a { background-color: #1CBBD1; }
a { background-color: rgb(28,187,209); }
div.DivClassName
{
background-color: #1CBBD1;
}
.BgClassName
{
background-color: #1CBBD1;
}
</style>
border-color css
<style>
span { border-color: #1CBBD1; }
span { border-color: rgb(28,187,209); }
td.TdClassName
{
border-color: #1CBBD1;
}
.TagClassName
{
border-color: #1CBBD1;
}
</style>