Shades of Iris Blue #10BDC4
Tints of Iris Blue #10BDC4
RGB
CMYK
RGB Variations
Color information
#10BDC4 (or 0x10BDC4) is known color: Iris Blue. HEX triplet: 10, BD and C4. RGB value is (16,189,196). Sum of RGB (Red+Green+Blue) = 16+189+196=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #10BDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDC4 is #EF423B. Grayscale: #898989. Windows color (decimal): -15680060 or 12893456. OLE color: 12893456.
HSL color Cylindrical-coordinate representation of color #10BDC4: hue angle of 182.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDC4 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 189 | 196 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.23 |
| HSL | 182.33º | 0.85% | 0.42% | - |
| HSV(B) | 182.33º | 0.92% | 0.77% | - |
| XYZ | 28.38 | 40.49 | 58.54 | - |
| YUV | 138.07 | 160.69 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 196 | 0.92 | 0.04 | 0 | 0.23 | 182.33 | 0.85 | 0.42 |
| Hex | 10 | BD | C4 | 5C | 4 | 0 | 17 | B6 | 55 | 2A |
| Octal | 20 | 275 | 304 | 134 | 4 | 0 | 27 | 266 | 125 | 52 |
| Binary | 10000 | 10111101 | 11000100 | 1011100 | 100 | 0 | 10111 | 10110110 | 1010101 | 101010 |
Color Harmonies of #10BDC4
Complementary color
Monochromatic Colors of #10BDC4
Black with #10BDC4
Text Example
Text Example
White with #10BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDC4; }
p { color: rgb(16,189,196); }
H1.HeaderClassName
{
color: #10BDC4;
}
.AnyTagClassName
{
color: #10BDC4;
}
</style>
background-color css
<style>
a { background-color: #10BDC4; }
a { background-color: rgb(16,189,196); }
div.DivClassName
{
background-color: #10BDC4;
}
.BgClassName
{
background-color: #10BDC4;
}
</style>
border-color css
<style>
span { border-color: #10BDC4; }
span { border-color: rgb(16,189,196); }
td.TdClassName
{
border-color: #10BDC4;
}
.TagClassName
{
border-color: #10BDC4;
}
</style>