Shades of Iris Blue #16BFDA
Tints of Iris Blue #16BFDA
RGB
CMYK
RGB Variations
Color information
#16BFDA (or 0x16BFDA) is known color: Iris Blue. HEX triplet: 16, BF and DA. RGB value is (22,191,218). Sum of RGB (Red+Green+Blue) = 22+191+218=431 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.10% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #16BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BFDA is #E94025. Grayscale: #8F8F8F. Windows color (decimal): -15286310 or 14335766. OLE color: 14335766.
HSL color Cylindrical-coordinate representation of color #16BFDA: hue angle of 188.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BFDA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 191 | 218 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.15 |
| HSL | 188.27º | 0.82% | 0.47% | - |
| HSV(B) | 188.27º | 0.9% | 0.85% | - |
| XYZ | 31.62 | 42.49 | 72.87 | - |
| YUV | 143.55 | 170.01 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 218 | 0.90 | 0.12 | 0 | 0.15 | 188.27 | 0.82 | 0.47 |
| Hex | 16 | BF | DA | 5A | C | 0 | F | BC | 52 | 2F |
| Octal | 26 | 277 | 332 | 132 | 14 | 0 | 17 | 274 | 122 | 57 |
| Binary | 10110 | 10111111 | 11011010 | 1011010 | 1100 | 0 | 1111 | 10111100 | 1010010 | 101111 |
Color Harmonies of #16BFDA
Complementary color
Monochromatic Colors of #16BFDA
Black with #16BFDA
Text Example
Text Example
White with #16BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFDA; }
p { color: rgb(22,191,218); }
H1.HeaderClassName
{
color: #16BFDA;
}
.AnyTagClassName
{
color: #16BFDA;
}
</style>
background-color css
<style>
a { background-color: #16BFDA; }
a { background-color: rgb(22,191,218); }
div.DivClassName
{
background-color: #16BFDA;
}
.BgClassName
{
background-color: #16BFDA;
}
</style>
border-color css
<style>
span { border-color: #16BFDA; }
span { border-color: rgb(22,191,218); }
td.TdClassName
{
border-color: #16BFDA;
}
.TagClassName
{
border-color: #16BFDA;
}
</style>