Shades of Iris Blue #10BDCC
Tints of Iris Blue #10BDCC
RGB
CMYK
RGB Variations
Color information
#10BDCC (or 0x10BDCC) is known color: Iris Blue. HEX triplet: 10, BD and CC. RGB value is (16,189,204). Sum of RGB (Red+Green+Blue) = 16+189+204=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #10BDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDCC is #EF4233. Grayscale: #8A8A8A. Windows color (decimal): -15680052 or 13417744. OLE color: 13417744.
HSL color Cylindrical-coordinate representation of color #10BDCC: hue angle of 184.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDCC is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 189 | 204 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.2 |
| HSL | 184.79º | 0.85% | 0.43% | - |
| HSV(B) | 184.79º | 0.92% | 0.8% | - |
| XYZ | 29.31 | 40.86 | 63.47 | - |
| YUV | 138.98 | 164.69 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 204 | 0.92 | 0.07 | 0 | 0.2 | 184.79 | 0.85 | 0.43 |
| Hex | 10 | BD | CC | 5C | 7 | 0 | 14 | B9 | 55 | 2B |
| Octal | 20 | 275 | 314 | 134 | 7 | 0 | 24 | 271 | 125 | 53 |
| Binary | 10000 | 10111101 | 11001100 | 1011100 | 111 | 0 | 10100 | 10111001 | 1010101 | 101011 |
Color Harmonies of #10BDCC
Complementary color
Monochromatic Colors of #10BDCC
Black with #10BDCC
Text Example
Text Example
White with #10BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDCC; }
p { color: rgb(16,189,204); }
H1.HeaderClassName
{
color: #10BDCC;
}
.AnyTagClassName
{
color: #10BDCC;
}
</style>
background-color css
<style>
a { background-color: #10BDCC; }
a { background-color: rgb(16,189,204); }
div.DivClassName
{
background-color: #10BDCC;
}
.BgClassName
{
background-color: #10BDCC;
}
</style>
border-color css
<style>
span { border-color: #10BDCC; }
span { border-color: rgb(16,189,204); }
td.TdClassName
{
border-color: #10BDCC;
}
.TagClassName
{
border-color: #10BDCC;
}
</style>