Shades of Iris Blue #10B9DD
Tints of Iris Blue #10B9DD
RGB
CMYK
RGB Variations
Color information
#10B9DD (or 0x10B9DD) is known color: Iris Blue. HEX triplet: 10, B9 and DD. RGB value is (16,185,221). Sum of RGB (Red+Green+Blue) = 16+185+221=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #10B9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B9DD is #EF4622. Grayscale: #8A8A8A. Windows color (decimal): -15681059 or 14530832. OLE color: 14530832.
HSL color Cylindrical-coordinate representation of color #10B9DD: hue angle of 190.54º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B9DD is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 185 | 221 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.13 |
| HSL | 190.54º | 0.86% | 0.46% | - |
| HSV(B) | 190.54º | 0.93% | 0.87% | - |
| XYZ | 30.61 | 40.03 | 74.52 | - |
| YUV | 138.57 | 174.51 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 221 | 0.93 | 0.16 | 0 | 0.13 | 190.54 | 0.86 | 0.46 |
| Hex | 10 | B9 | DD | 5D | 10 | 0 | D | BF | 56 | 2E |
| Octal | 20 | 271 | 335 | 135 | 20 | 0 | 15 | 277 | 126 | 56 |
| Binary | 10000 | 10111001 | 11011101 | 1011101 | 10000 | 0 | 1101 | 10111111 | 1010110 | 101110 |
Color Harmonies of #10B9DD
Complementary color
Monochromatic Colors of #10B9DD
Black with #10B9DD
Text Example
Text Example
White with #10B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B9DD; }
p { color: rgb(16,185,221); }
H1.HeaderClassName
{
color: #10B9DD;
}
.AnyTagClassName
{
color: #10B9DD;
}
</style>
background-color css
<style>
a { background-color: #10B9DD; }
a { background-color: rgb(16,185,221); }
div.DivClassName
{
background-color: #10B9DD;
}
.BgClassName
{
background-color: #10B9DD;
}
</style>
border-color css
<style>
span { border-color: #10B9DD; }
span { border-color: rgb(16,185,221); }
td.TdClassName
{
border-color: #10B9DD;
}
.TagClassName
{
border-color: #10B9DD;
}
</style>