Shades of Iris Blue #10BAE3
Tints of Iris Blue #10BAE3
RGB
CMYK
RGB Variations
Color information
#10BAE3 (or 0x10BAE3) is known color: Iris Blue. HEX triplet: 10, BA and E3. RGB value is (16,186,227). Sum of RGB (Red+Green+Blue) = 16+186+227=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 227 (89.06% from 255 or 52.91% from 429); Max value from RGB is 227 - color contains mainly: blue. Hex color #10BAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BAE3 is #EF451C. Grayscale: #8B8B8B. Windows color (decimal): -15680797 or 14924304. OLE color: 14924304.
HSL color Cylindrical-coordinate representation of color #10BAE3: hue angle of 191.66º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BAE3 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 186 | 227 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.11 |
| HSL | 191.66º | 0.87% | 0.48% | - |
| HSV(B) | 191.66º | 0.93% | 0.89% | - |
| XYZ | 31.64 | 40.77 | 78.88 | - |
| YUV | 139.84 | 177.18 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 227 | 0.93 | 0.18 | 0 | 0.11 | 191.66 | 0.87 | 0.48 |
| Hex | 10 | BA | E3 | 5D | 12 | 0 | B | C0 | 57 | 30 |
| Octal | 20 | 272 | 343 | 135 | 22 | 0 | 13 | 300 | 127 | 60 |
| Binary | 10000 | 10111010 | 11100011 | 1011101 | 10010 | 0 | 1011 | 11000000 | 1010111 | 110000 |
Color Harmonies of #10BAE3
Complementary color
Monochromatic Colors of #10BAE3
Black with #10BAE3
Text Example
Text Example
White with #10BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAE3; }
p { color: rgb(16,186,227); }
H1.HeaderClassName
{
color: #10BAE3;
}
.AnyTagClassName
{
color: #10BAE3;
}
</style>
background-color css
<style>
a { background-color: #10BAE3; }
a { background-color: rgb(16,186,227); }
div.DivClassName
{
background-color: #10BAE3;
}
.BgClassName
{
background-color: #10BAE3;
}
</style>
border-color css
<style>
span { border-color: #10BAE3; }
span { border-color: rgb(16,186,227); }
td.TdClassName
{
border-color: #10BAE3;
}
.TagClassName
{
border-color: #10BAE3;
}
</style>