Shades of Iris Blue #1CB4CC
Tints of Iris Blue #1CB4CC
RGB
CMYK
RGB Variations
Color information
#1CB4CC (or 0x1CB4CC) is known color: Iris Blue. HEX triplet: 1C, B4 and CC. RGB value is (28,180,204). Sum of RGB (Red+Green+Blue) = 28+180+204=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CB4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB4CC is #E34B33. Grayscale: #898989. Windows color (decimal): -14895924 or 13415452. OLE color: 13415452.
HSL color Cylindrical-coordinate representation of color #1CB4CC: hue angle of 188.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB4CC is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 180 | 204 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.2 |
| HSL | 188.18º | 0.76% | 0.45% | - |
| HSV(B) | 188.18º | 0.86% | 0.8% | - |
| XYZ | 27.7 | 37.25 | 62.86 | - |
| YUV | 137.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 204 | 0.86 | 0.12 | 0 | 0.2 | 188.18 | 0.76 | 0.45 |
| Hex | 1C | B4 | CC | 56 | C | 0 | 14 | BC | 4C | 2D |
| Octal | 34 | 264 | 314 | 126 | 14 | 0 | 24 | 274 | 114 | 55 |
| Binary | 11100 | 10110100 | 11001100 | 1010110 | 1100 | 0 | 10100 | 10111100 | 1001100 | 101101 |
Color Harmonies of #1CB4CC
Complementary color
Monochromatic Colors of #1CB4CC
Black with #1CB4CC
Text Example
Text Example
White with #1CB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB4CC; }
p { color: rgb(28,180,204); }
H1.HeaderClassName
{
color: #1CB4CC;
}
.AnyTagClassName
{
color: #1CB4CC;
}
</style>
background-color css
<style>
a { background-color: #1CB4CC; }
a { background-color: rgb(28,180,204); }
div.DivClassName
{
background-color: #1CB4CC;
}
.BgClassName
{
background-color: #1CB4CC;
}
</style>
border-color css
<style>
span { border-color: #1CB4CC; }
span { border-color: rgb(28,180,204); }
td.TdClassName
{
border-color: #1CB4CC;
}
.TagClassName
{
border-color: #1CB4CC;
}
</style>