Shades of Iris Blue #15BFDA
Tints of Iris Blue #15BFDA
RGB
CMYK
RGB Variations
Color information
#15BFDA (or 0x15BFDA) is known color: Iris Blue. HEX triplet: 15, BF and DA. RGB value is (21,191,218). Sum of RGB (Red+Green+Blue) = 21+191+218=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #15BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFDA is #EA4025. Grayscale: #8E8E8E. Windows color (decimal): -15351846 or 14335765. OLE color: 14335765.
HSL color Cylindrical-coordinate representation of color #15BFDA: hue angle of 188.22º 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 #15BFDA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 191 | 218 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.15 |
| HSL | 188.22º | 0.82% | 0.47% | - |
| HSV(B) | 188.22º | 0.9% | 0.85% | - |
| XYZ | 31.59 | 42.48 | 72.86 | - |
| YUV | 143.25 | 170.18 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 218 | 0.90 | 0.12 | 0 | 0.15 | 188.22 | 0.82 | 0.47 |
| Hex | 15 | BF | DA | 5A | C | 0 | F | BC | 52 | 2F |
| Octal | 25 | 277 | 332 | 132 | 14 | 0 | 17 | 274 | 122 | 57 |
| Binary | 10101 | 10111111 | 11011010 | 1011010 | 1100 | 0 | 1111 | 10111100 | 1010010 | 101111 |
Color Harmonies of #15BFDA
Complementary color
Monochromatic Colors of #15BFDA
Black with #15BFDA
Text Example
Text Example
White with #15BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFDA; }
p { color: rgb(21,191,218); }
H1.HeaderClassName
{
color: #15BFDA;
}
.AnyTagClassName
{
color: #15BFDA;
}
</style>
background-color css
<style>
a { background-color: #15BFDA; }
a { background-color: rgb(21,191,218); }
div.DivClassName
{
background-color: #15BFDA;
}
.BgClassName
{
background-color: #15BFDA;
}
</style>
border-color css
<style>
span { border-color: #15BFDA; }
span { border-color: rgb(21,191,218); }
td.TdClassName
{
border-color: #15BFDA;
}
.TagClassName
{
border-color: #15BFDA;
}
</style>