Shades of Iris Blue #1CBED5
Tints of Iris Blue #1CBED5
RGB
CMYK
RGB Variations
Color information
#1CBED5 (or 0x1CBED5) is known color: Iris Blue. HEX triplet: 1C, BE and D5. RGB value is (28,190,213). Sum of RGB (Red+Green+Blue) = 28+190+213=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #1CBED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBED5 is #E3412A. Grayscale: #8F8F8F. Windows color (decimal): -14893355 or 14007836. OLE color: 14007836.
HSL color Cylindrical-coordinate representation of color #1CBED5: hue angle of 187.46º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBED5 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 190 | 213 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.16 |
| HSL | 187.46º | 0.77% | 0.47% | - |
| HSV(B) | 187.46º | 0.87% | 0.84% | - |
| XYZ | 30.9 | 41.88 | 69.41 | - |
| YUV | 144.18 | 166.83 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 213 | 0.87 | 0.11 | 0 | 0.16 | 187.46 | 0.77 | 0.47 |
| Hex | 1C | BE | D5 | 57 | B | 0 | 10 | BB | 4D | 2F |
| Octal | 34 | 276 | 325 | 127 | 13 | 0 | 20 | 273 | 115 | 57 |
| Binary | 11100 | 10111110 | 11010101 | 1010111 | 1011 | 0 | 10000 | 10111011 | 1001101 | 101111 |
Color Harmonies of #1CBED5
Complementary color
Monochromatic Colors of #1CBED5
Black with #1CBED5
Text Example
Text Example
White with #1CBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBED5; }
p { color: rgb(28,190,213); }
H1.HeaderClassName
{
color: #1CBED5;
}
.AnyTagClassName
{
color: #1CBED5;
}
</style>
background-color css
<style>
a { background-color: #1CBED5; }
a { background-color: rgb(28,190,213); }
div.DivClassName
{
background-color: #1CBED5;
}
.BgClassName
{
background-color: #1CBED5;
}
</style>
border-color css
<style>
span { border-color: #1CBED5; }
span { border-color: rgb(28,190,213); }
td.TdClassName
{
border-color: #1CBED5;
}
.TagClassName
{
border-color: #1CBED5;
}
</style>