Shades of Iris Blue #10BDDB
Tints of Iris Blue #10BDDB
RGB
CMYK
RGB Variations
Color information
#10BDDB (or 0x10BDDB) is known color: Iris Blue. HEX triplet: 10, BD and DB. RGB value is (16,189,219). Sum of RGB (Red+Green+Blue) = 16+189+219=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #10BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDDB is #EF4224. Grayscale: #8C8C8C. Windows color (decimal): -15680037 or 14400784. OLE color: 14400784.
HSL color Cylindrical-coordinate representation of color #10BDDB: hue angle of 188.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDDB is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 189 | 219 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.14 |
| HSL | 188.87º | 0.86% | 0.46% | - |
| HSV(B) | 188.87º | 0.93% | 0.86% | - |
| XYZ | 31.2 | 41.62 | 73.41 | - |
| YUV | 140.69 | 172.19 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 219 | 0.93 | 0.14 | 0 | 0.14 | 188.87 | 0.86 | 0.46 |
| Hex | 10 | BD | DB | 5D | E | 0 | E | BD | 56 | 2E |
| Octal | 20 | 275 | 333 | 135 | 16 | 0 | 16 | 275 | 126 | 56 |
| Binary | 10000 | 10111101 | 11011011 | 1011101 | 1110 | 0 | 1110 | 10111101 | 1010110 | 101110 |
Color Harmonies of #10BDDB
Complementary color
Monochromatic Colors of #10BDDB
Black with #10BDDB
Text Example
Text Example
White with #10BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDDB; }
p { color: rgb(16,189,219); }
H1.HeaderClassName
{
color: #10BDDB;
}
.AnyTagClassName
{
color: #10BDDB;
}
</style>
background-color css
<style>
a { background-color: #10BDDB; }
a { background-color: rgb(16,189,219); }
div.DivClassName
{
background-color: #10BDDB;
}
.BgClassName
{
background-color: #10BDDB;
}
</style>
border-color css
<style>
span { border-color: #10BDDB; }
span { border-color: rgb(16,189,219); }
td.TdClassName
{
border-color: #10BDDB;
}
.TagClassName
{
border-color: #10BDDB;
}
</style>