Shades of Iris Blue #10BCDA
Tints of Iris Blue #10BCDA
RGB
CMYK
RGB Variations
Color information
#10BCDA (or 0x10BCDA) is known color: Iris Blue. HEX triplet: 10, BC and DA. RGB value is (16,188,218). Sum of RGB (Red+Green+Blue) = 16+188+218=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #10BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCDA is #EF4325. Grayscale: #8B8B8B. Windows color (decimal): -15680294 or 14334992. OLE color: 14334992.
HSL color Cylindrical-coordinate representation of color #10BCDA: hue angle of 188.91º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCDA is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 188 | 218 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.15 |
| HSL | 188.91º | 0.86% | 0.46% | - |
| HSV(B) | 188.91º | 0.93% | 0.85% | - |
| XYZ | 30.85 | 41.14 | 72.64 | - |
| YUV | 139.99 | 172.02 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 218 | 0.93 | 0.14 | 0 | 0.15 | 188.91 | 0.86 | 0.46 |
| Hex | 10 | BC | DA | 5D | E | 0 | F | BD | 56 | 2E |
| Octal | 20 | 274 | 332 | 135 | 16 | 0 | 17 | 275 | 126 | 56 |
| Binary | 10000 | 10111100 | 11011010 | 1011101 | 1110 | 0 | 1111 | 10111101 | 1010110 | 101110 |
Color Harmonies of #10BCDA
Complementary color
Monochromatic Colors of #10BCDA
Black with #10BCDA
Text Example
Text Example
White with #10BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCDA; }
p { color: rgb(16,188,218); }
H1.HeaderClassName
{
color: #10BCDA;
}
.AnyTagClassName
{
color: #10BCDA;
}
</style>
background-color css
<style>
a { background-color: #10BCDA; }
a { background-color: rgb(16,188,218); }
div.DivClassName
{
background-color: #10BCDA;
}
.BgClassName
{
background-color: #10BCDA;
}
</style>
border-color css
<style>
span { border-color: #10BCDA; }
span { border-color: rgb(16,188,218); }
td.TdClassName
{
border-color: #10BCDA;
}
.TagClassName
{
border-color: #10BCDA;
}
</style>