Shades of Iris Blue #1CBAC5
Tints of Iris Blue #1CBAC5
RGB
CMYK
RGB Variations
Color information
#1CBAC5 (or 0x1CBAC5) is known color: Iris Blue. HEX triplet: 1C, BA and C5. RGB value is (28,186,197). Sum of RGB (Red+Green+Blue) = 28+186+197=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #1CBAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBAC5 is #E3453A. Grayscale: #8B8B8B. Windows color (decimal): -14894395 or 12958236. OLE color: 12958236.
HSL color Cylindrical-coordinate representation of color #1CBAC5: hue angle of 183.91º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBAC5 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 186 | 197 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.23 |
| HSL | 183.91º | 0.75% | 0.44% | - |
| HSV(B) | 183.91º | 0.86% | 0.77% | - |
| XYZ | 28.12 | 39.4 | 58.95 | - |
| YUV | 140.01 | 160.15 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 197 | 0.86 | 0.06 | 0 | 0.23 | 183.91 | 0.75 | 0.44 |
| Hex | 1C | BA | C5 | 56 | 6 | 0 | 17 | B8 | 4B | 2C |
| Octal | 34 | 272 | 305 | 126 | 6 | 0 | 27 | 270 | 113 | 54 |
| Binary | 11100 | 10111010 | 11000101 | 1010110 | 110 | 0 | 10111 | 10111000 | 1001011 | 101100 |
Color Harmonies of #1CBAC5
Complementary color
Monochromatic Colors of #1CBAC5
Black with #1CBAC5
Text Example
Text Example
White with #1CBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAC5; }
p { color: rgb(28,186,197); }
H1.HeaderClassName
{
color: #1CBAC5;
}
.AnyTagClassName
{
color: #1CBAC5;
}
</style>
background-color css
<style>
a { background-color: #1CBAC5; }
a { background-color: rgb(28,186,197); }
div.DivClassName
{
background-color: #1CBAC5;
}
.BgClassName
{
background-color: #1CBAC5;
}
</style>
border-color css
<style>
span { border-color: #1CBAC5; }
span { border-color: rgb(28,186,197); }
td.TdClassName
{
border-color: #1CBAC5;
}
.TagClassName
{
border-color: #1CBAC5;
}
</style>