Shades of Iris Blue #10BCCF
Tints of Iris Blue #10BCCF
RGB
CMYK
RGB Variations
Color information
#10BCCF (or 0x10BCCF) is known color: Iris Blue. HEX triplet: 10, BC and CF. RGB value is (16,188,207). Sum of RGB (Red+Green+Blue) = 16+188+207=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #10BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCCF is #EF4330. Grayscale: #8A8A8A. Windows color (decimal): -15680305 or 13614096. OLE color: 13614096.
HSL color Cylindrical-coordinate representation of color #10BCCF: hue angle of 185.97º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCCF is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 188 | 207 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.19 |
| HSL | 185.97º | 0.86% | 0.44% | - |
| HSV(B) | 185.97º | 0.92% | 0.81% | - |
| XYZ | 29.46 | 40.58 | 65.31 | - |
| YUV | 138.74 | 166.52 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 207 | 0.92 | 0.09 | 0 | 0.19 | 185.97 | 0.86 | 0.44 |
| Hex | 10 | BC | CF | 5C | 9 | 0 | 13 | BA | 56 | 2C |
| Octal | 20 | 274 | 317 | 134 | 11 | 0 | 23 | 272 | 126 | 54 |
| Binary | 10000 | 10111100 | 11001111 | 1011100 | 1001 | 0 | 10011 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BCCF
Complementary color
Monochromatic Colors of #10BCCF
Black with #10BCCF
Text Example
Text Example
White with #10BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCCF; }
p { color: rgb(16,188,207); }
H1.HeaderClassName
{
color: #10BCCF;
}
.AnyTagClassName
{
color: #10BCCF;
}
</style>
background-color css
<style>
a { background-color: #10BCCF; }
a { background-color: rgb(16,188,207); }
div.DivClassName
{
background-color: #10BCCF;
}
.BgClassName
{
background-color: #10BCCF;
}
</style>
border-color css
<style>
span { border-color: #10BCCF; }
span { border-color: rgb(16,188,207); }
td.TdClassName
{
border-color: #10BCCF;
}
.TagClassName
{
border-color: #10BCCF;
}
</style>