Shades of Iris Blue #10BFDA
Tints of Iris Blue #10BFDA
RGB
CMYK
RGB Variations
Color information
#10BFDA (or 0x10BFDA) is known color: Iris Blue. HEX triplet: 10, BF and DA. RGB value is (16,191,218). Sum of RGB (Red+Green+Blue) = 16+191+218=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #10BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFDA is #EF4025. Grayscale: #8D8D8D. Windows color (decimal): -15679526 or 14335760. OLE color: 14335760.
HSL color Cylindrical-coordinate representation of color #10BFDA: hue angle of 188.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BFDA is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 191 | 218 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.15 |
| HSL | 188.02º | 0.86% | 0.46% | - |
| HSV(B) | 188.02º | 0.93% | 0.85% | - |
| XYZ | 31.5 | 42.43 | 72.86 | - |
| YUV | 141.75 | 171.02 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 218 | 0.93 | 0.12 | 0 | 0.15 | 188.02 | 0.86 | 0.46 |
| Hex | 10 | BF | DA | 5D | C | 0 | F | BC | 56 | 2E |
| Octal | 20 | 277 | 332 | 135 | 14 | 0 | 17 | 274 | 126 | 56 |
| Binary | 10000 | 10111111 | 11011010 | 1011101 | 1100 | 0 | 1111 | 10111100 | 1010110 | 101110 |
Color Harmonies of #10BFDA
Complementary color
Monochromatic Colors of #10BFDA
Black with #10BFDA
Text Example
Text Example
White with #10BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFDA; }
p { color: rgb(16,191,218); }
H1.HeaderClassName
{
color: #10BFDA;
}
.AnyTagClassName
{
color: #10BFDA;
}
</style>
background-color css
<style>
a { background-color: #10BFDA; }
a { background-color: rgb(16,191,218); }
div.DivClassName
{
background-color: #10BFDA;
}
.BgClassName
{
background-color: #10BFDA;
}
</style>
border-color css
<style>
span { border-color: #10BFDA; }
span { border-color: rgb(16,191,218); }
td.TdClassName
{
border-color: #10BFDA;
}
.TagClassName
{
border-color: #10BFDA;
}
</style>