Shades of Iris Blue #10B8D6
Tints of Iris Blue #10B8D6
RGB
CMYK
RGB Variations
Color information
#10B8D6 (or 0x10B8D6) is known color: Iris Blue. HEX triplet: 10, B8 and D6. RGB value is (16,184,214). Sum of RGB (Red+Green+Blue) = 16+184+214=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #10B8D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8D6 is #EF4729. Grayscale: #888888. Windows color (decimal): -15681322 or 14071824. OLE color: 14071824.
HSL color Cylindrical-coordinate representation of color #10B8D6: hue angle of 189.09º 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 #10B8D6 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 184 | 214 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.16 |
| HSL | 189.09º | 0.86% | 0.45% | - |
| HSV(B) | 189.09º | 0.93% | 0.84% | - |
| XYZ | 29.49 | 39.25 | 69.64 | - |
| YUV | 137.19 | 171.34 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 214 | 0.93 | 0.14 | 0 | 0.16 | 189.09 | 0.86 | 0.45 |
| Hex | 10 | B8 | D6 | 5D | E | 0 | 10 | BD | 56 | 2D |
| Octal | 20 | 270 | 326 | 135 | 16 | 0 | 20 | 275 | 126 | 55 |
| Binary | 10000 | 10111000 | 11010110 | 1011101 | 1110 | 0 | 10000 | 10111101 | 1010110 | 101101 |
Color Harmonies of #10B8D6
Complementary color
Monochromatic Colors of #10B8D6
Black with #10B8D6
Text Example
Text Example
White with #10B8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B8D6; }
p { color: rgb(16,184,214); }
H1.HeaderClassName
{
color: #10B8D6;
}
.AnyTagClassName
{
color: #10B8D6;
}
</style>
background-color css
<style>
a { background-color: #10B8D6; }
a { background-color: rgb(16,184,214); }
div.DivClassName
{
background-color: #10B8D6;
}
.BgClassName
{
background-color: #10B8D6;
}
</style>
border-color css
<style>
span { border-color: #10B8D6; }
span { border-color: rgb(16,184,214); }
td.TdClassName
{
border-color: #10B8D6;
}
.TagClassName
{
border-color: #10B8D6;
}
</style>