Shades of Iris Blue #10B5D6
Tints of Iris Blue #10B5D6
RGB
CMYK
RGB Variations
Color information
#10B5D6 (or 0x10B5D6) is known color: Iris Blue. HEX triplet: 10, B5 and D6. RGB value is (16,181,214). Sum of RGB (Red+Green+Blue) = 16+181+214=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #10B5D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5D6 is #EF4A29. Grayscale: #878787. Windows color (decimal): -15682090 or 14071056. OLE color: 14071056.
HSL color Cylindrical-coordinate representation of color #10B5D6: hue angle of 190º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B5D6 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 181 | 214 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.16 |
| HSL | 190º | 0.86% | 0.45% | - |
| HSV(B) | 190º | 0.93% | 0.84% | - |
| XYZ | 28.88 | 38.01 | 69.43 | - |
| YUV | 135.43 | 172.34 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 214 | 0.93 | 0.15 | 0 | 0.16 | 190 | 0.86 | 0.45 |
| Hex | 10 | B5 | D6 | 5D | F | 0 | 10 | BE | 56 | 2D |
| Octal | 20 | 265 | 326 | 135 | 17 | 0 | 20 | 276 | 126 | 55 |
| Binary | 10000 | 10110101 | 11010110 | 1011101 | 1111 | 0 | 10000 | 10111110 | 1010110 | 101101 |
Color Harmonies of #10B5D6
Complementary color
Monochromatic Colors of #10B5D6
Black with #10B5D6
Text Example
Text Example
White with #10B5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B5D6; }
p { color: rgb(16,181,214); }
H1.HeaderClassName
{
color: #10B5D6;
}
.AnyTagClassName
{
color: #10B5D6;
}
</style>
background-color css
<style>
a { background-color: #10B5D6; }
a { background-color: rgb(16,181,214); }
div.DivClassName
{
background-color: #10B5D6;
}
.BgClassName
{
background-color: #10B5D6;
}
</style>
border-color css
<style>
span { border-color: #10B5D6; }
span { border-color: rgb(16,181,214); }
td.TdClassName
{
border-color: #10B5D6;
}
.TagClassName
{
border-color: #10B5D6;
}
</style>