Shades of Iris Blue #10BEC8
Tints of Iris Blue #10BEC8
RGB
CMYK
RGB Variations
Color information
#10BEC8 (or 0x10BEC8) is known color: Iris Blue. HEX triplet: 10, BE and C8. RGB value is (16,190,200). Sum of RGB (Red+Green+Blue) = 16+190+200=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #10BEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEC8 is #EF4137. Grayscale: #8A8A8A. Windows color (decimal): -15679800 or 13155856. OLE color: 13155856.
HSL color Cylindrical-coordinate representation of color #10BEC8: hue angle of 183.26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BEC8 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 190 | 200 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.22 |
| HSL | 183.26º | 0.85% | 0.42% | - |
| HSV(B) | 183.26º | 0.92% | 0.78% | - |
| XYZ | 29.05 | 41.11 | 61.05 | - |
| YUV | 139.11 | 162.35 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 200 | 0.92 | 0.05 | 0 | 0.22 | 183.26 | 0.85 | 0.42 |
| Hex | 10 | BE | C8 | 5C | 5 | 0 | 16 | B7 | 55 | 2A |
| Octal | 20 | 276 | 310 | 134 | 5 | 0 | 26 | 267 | 125 | 52 |
| Binary | 10000 | 10111110 | 11001000 | 1011100 | 101 | 0 | 10110 | 10110111 | 1010101 | 101010 |
Color Harmonies of #10BEC8
Complementary color
Monochromatic Colors of #10BEC8
Black with #10BEC8
Text Example
Text Example
White with #10BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEC8; }
p { color: rgb(16,190,200); }
H1.HeaderClassName
{
color: #10BEC8;
}
.AnyTagClassName
{
color: #10BEC8;
}
</style>
background-color css
<style>
a { background-color: #10BEC8; }
a { background-color: rgb(16,190,200); }
div.DivClassName
{
background-color: #10BEC8;
}
.BgClassName
{
background-color: #10BEC8;
}
</style>
border-color css
<style>
span { border-color: #10BEC8; }
span { border-color: rgb(16,190,200); }
td.TdClassName
{
border-color: #10BEC8;
}
.TagClassName
{
border-color: #10BEC8;
}
</style>