Shades of Iris Blue #15BDDA
Tints of Iris Blue #15BDDA
RGB
CMYK
RGB Variations
Color information
#15BDDA (or 0x15BDDA) is known color: Iris Blue. HEX triplet: 15, BD and DA. RGB value is (21,189,218). Sum of RGB (Red+Green+Blue) = 21+189+218=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #15BDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDDA is #EA4225. Grayscale: #8D8D8D. Windows color (decimal): -15352358 or 14335253. OLE color: 14335253.
HSL color Cylindrical-coordinate representation of color #15BDDA: hue angle of 188.83º 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 #15BDDA is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 189 | 218 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.15 |
| HSL | 188.83º | 0.82% | 0.47% | - |
| HSV(B) | 188.83º | 0.9% | 0.85% | - |
| XYZ | 31.16 | 41.62 | 72.72 | - |
| YUV | 142.07 | 170.84 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 218 | 0.90 | 0.13 | 0 | 0.15 | 188.83 | 0.82 | 0.47 |
| Hex | 15 | BD | DA | 5A | D | 0 | F | BD | 52 | 2F |
| Octal | 25 | 275 | 332 | 132 | 15 | 0 | 17 | 275 | 122 | 57 |
| Binary | 10101 | 10111101 | 11011010 | 1011010 | 1101 | 0 | 1111 | 10111101 | 1010010 | 101111 |
Color Harmonies of #15BDDA
Complementary color
Monochromatic Colors of #15BDDA
Black with #15BDDA
Text Example
Text Example
White with #15BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDDA; }
p { color: rgb(21,189,218); }
H1.HeaderClassName
{
color: #15BDDA;
}
.AnyTagClassName
{
color: #15BDDA;
}
</style>
background-color css
<style>
a { background-color: #15BDDA; }
a { background-color: rgb(21,189,218); }
div.DivClassName
{
background-color: #15BDDA;
}
.BgClassName
{
background-color: #15BDDA;
}
</style>
border-color css
<style>
span { border-color: #15BDDA; }
span { border-color: rgb(21,189,218); }
td.TdClassName
{
border-color: #15BDDA;
}
.TagClassName
{
border-color: #15BDDA;
}
</style>