Shades of Iris Blue #1CB4D6
Tints of Iris Blue #1CB4D6
RGB
CMYK
RGB Variations
Color information
#1CB4D6 (or 0x1CB4D6) is known color: Iris Blue. HEX triplet: 1C, B4 and D6. RGB value is (28,180,214). Sum of RGB (Red+Green+Blue) = 28+180+214=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #1CB4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB4D6 is #E34B29. Grayscale: #8A8A8A. Windows color (decimal): -14895914 or 14070812. OLE color: 14070812.
HSL color Cylindrical-coordinate representation of color #1CB4D6: hue angle of 190.97º 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 #1CB4D6 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 180 | 214 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.16 |
| HSL | 190.97º | 0.77% | 0.47% | - |
| HSV(B) | 190.97º | 0.87% | 0.84% | - |
| XYZ | 28.94 | 37.74 | 69.38 | - |
| YUV | 138.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 214 | 0.87 | 0.16 | 0 | 0.16 | 190.97 | 0.77 | 0.47 |
| Hex | 1C | B4 | D6 | 57 | 10 | 0 | 10 | BF | 4D | 2F |
| Octal | 34 | 264 | 326 | 127 | 20 | 0 | 20 | 277 | 115 | 57 |
| Binary | 11100 | 10110100 | 11010110 | 1010111 | 10000 | 0 | 10000 | 10111111 | 1001101 | 101111 |
Color Harmonies of #1CB4D6
Complementary color
Monochromatic Colors of #1CB4D6
Black with #1CB4D6
Text Example
Text Example
White with #1CB4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB4D6; }
p { color: rgb(28,180,214); }
H1.HeaderClassName
{
color: #1CB4D6;
}
.AnyTagClassName
{
color: #1CB4D6;
}
</style>
background-color css
<style>
a { background-color: #1CB4D6; }
a { background-color: rgb(28,180,214); }
div.DivClassName
{
background-color: #1CB4D6;
}
.BgClassName
{
background-color: #1CB4D6;
}
</style>
border-color css
<style>
span { border-color: #1CB4D6; }
span { border-color: rgb(28,180,214); }
td.TdClassName
{
border-color: #1CB4D6;
}
.TagClassName
{
border-color: #1CB4D6;
}
</style>