Shades of Iris Blue #10BEC5
Tints of Iris Blue #10BEC5
RGB
CMYK
RGB Variations
Color information
#10BEC5 (or 0x10BEC5) is known color: Iris Blue. HEX triplet: 10, BE and C5. RGB value is (16,190,197). Sum of RGB (Red+Green+Blue) = 16+190+197=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #10BEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEC5 is #EF413A. Grayscale: #8A8A8A. Windows color (decimal): -15679803 or 12959248. OLE color: 12959248.
HSL color Cylindrical-coordinate representation of color #10BEC5: hue angle of 182.32º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BEC5 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 190 | 197 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.23 |
| HSL | 182.32º | 0.85% | 0.42% | - |
| HSV(B) | 182.32º | 0.92% | 0.77% | - |
| XYZ | 28.71 | 40.97 | 59.22 | - |
| YUV | 138.77 | 160.85 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 197 | 0.92 | 0.04 | 0 | 0.23 | 182.32 | 0.85 | 0.42 |
| Hex | 10 | BE | C5 | 5C | 4 | 0 | 17 | B6 | 55 | 2A |
| Octal | 20 | 276 | 305 | 134 | 4 | 0 | 27 | 266 | 125 | 52 |
| Binary | 10000 | 10111110 | 11000101 | 1011100 | 100 | 0 | 10111 | 10110110 | 1010101 | 101010 |
Color Harmonies of #10BEC5
Complementary color
Monochromatic Colors of #10BEC5
Black with #10BEC5
Text Example
Text Example
White with #10BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEC5; }
p { color: rgb(16,190,197); }
H1.HeaderClassName
{
color: #10BEC5;
}
.AnyTagClassName
{
color: #10BEC5;
}
</style>
background-color css
<style>
a { background-color: #10BEC5; }
a { background-color: rgb(16,190,197); }
div.DivClassName
{
background-color: #10BEC5;
}
.BgClassName
{
background-color: #10BEC5;
}
</style>
border-color css
<style>
span { border-color: #10BEC5; }
span { border-color: rgb(16,190,197); }
td.TdClassName
{
border-color: #10BEC5;
}
.TagClassName
{
border-color: #10BEC5;
}
</style>