Shades of Iris Blue #10BAD2
Tints of Iris Blue #10BAD2
RGB
CMYK
RGB Variations
Color information
#10BAD2 (or 0x10BAD2) is known color: Iris Blue. HEX triplet: 10, BA and D2. RGB value is (16,186,210). Sum of RGB (Red+Green+Blue) = 16+186+210=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #10BAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BAD2 is #EF452D. Grayscale: #898989. Windows color (decimal): -15680814 or 13810192. OLE color: 13810192.
HSL color Cylindrical-coordinate representation of color #10BAD2: hue angle of 187.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BAD2 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 186 | 210 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.18 |
| HSL | 187.42º | 0.86% | 0.44% | - |
| HSV(B) | 187.42º | 0.92% | 0.82% | - |
| XYZ | 29.41 | 39.88 | 67.12 | - |
| YUV | 137.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 210 | 0.92 | 0.11 | 0 | 0.18 | 187.42 | 0.86 | 0.44 |
| Hex | 10 | BA | D2 | 5C | B | 0 | 12 | BB | 56 | 2C |
| Octal | 20 | 272 | 322 | 134 | 13 | 0 | 22 | 273 | 126 | 54 |
| Binary | 10000 | 10111010 | 11010010 | 1011100 | 1011 | 0 | 10010 | 10111011 | 1010110 | 101100 |
Color Harmonies of #10BAD2
Complementary color
Monochromatic Colors of #10BAD2
Black with #10BAD2
Text Example
Text Example
White with #10BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAD2; }
p { color: rgb(16,186,210); }
H1.HeaderClassName
{
color: #10BAD2;
}
.AnyTagClassName
{
color: #10BAD2;
}
</style>
background-color css
<style>
a { background-color: #10BAD2; }
a { background-color: rgb(16,186,210); }
div.DivClassName
{
background-color: #10BAD2;
}
.BgClassName
{
background-color: #10BAD2;
}
</style>
border-color css
<style>
span { border-color: #10BAD2; }
span { border-color: rgb(16,186,210); }
td.TdClassName
{
border-color: #10BAD2;
}
.TagClassName
{
border-color: #10BAD2;
}
</style>