Shades of Iris Blue #10BCCC
Tints of Iris Blue #10BCCC
RGB
CMYK
RGB Variations
Color information
#10BCCC (or 0x10BCCC) is known color: Iris Blue. HEX triplet: 10, BC and CC. RGB value is (16,188,204). Sum of RGB (Red+Green+Blue) = 16+188+204=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #10BCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCCC is #EF4333. Grayscale: #8A8A8A. Windows color (decimal): -15680308 or 13417488. OLE color: 13417488.
HSL color Cylindrical-coordinate representation of color #10BCCC: hue angle of 185.11º 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 #10BCCC is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 188 | 204 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.2 |
| HSL | 185.11º | 0.85% | 0.43% | - |
| HSV(B) | 185.11º | 0.92% | 0.8% | - |
| XYZ | 29.1 | 40.44 | 63.4 | - |
| YUV | 138.4 | 165.02 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 204 | 0.92 | 0.08 | 0 | 0.2 | 185.11 | 0.85 | 0.43 |
| Hex | 10 | BC | CC | 5C | 8 | 0 | 14 | B9 | 55 | 2B |
| Octal | 20 | 274 | 314 | 134 | 10 | 0 | 24 | 271 | 125 | 53 |
| Binary | 10000 | 10111100 | 11001100 | 1011100 | 1000 | 0 | 10100 | 10111001 | 1010101 | 101011 |
Color Harmonies of #10BCCC
Complementary color
Monochromatic Colors of #10BCCC
Black with #10BCCC
Text Example
Text Example
White with #10BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCCC; }
p { color: rgb(16,188,204); }
H1.HeaderClassName
{
color: #10BCCC;
}
.AnyTagClassName
{
color: #10BCCC;
}
</style>
background-color css
<style>
a { background-color: #10BCCC; }
a { background-color: rgb(16,188,204); }
div.DivClassName
{
background-color: #10BCCC;
}
.BgClassName
{
background-color: #10BCCC;
}
</style>
border-color css
<style>
span { border-color: #10BCCC; }
span { border-color: rgb(16,188,204); }
td.TdClassName
{
border-color: #10BCCC;
}
.TagClassName
{
border-color: #10BCCC;
}
</style>