Shades of Iris Blue #15BED0
Tints of Iris Blue #15BED0
RGB
CMYK
RGB Variations
Color information
#15BED0 (or 0x15BED0) is known color: Iris Blue. HEX triplet: 15, BE and D0. RGB value is (21,190,208). Sum of RGB (Red+Green+Blue) = 21+190+208=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #15BED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BED0 is #EA412F. Grayscale: #8D8D8D. Windows color (decimal): -15352112 or 13680149. OLE color: 13680149.
HSL color Cylindrical-coordinate representation of color #15BED0: hue angle of 185.78º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BED0 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 190 | 208 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.18 |
| HSL | 185.78º | 0.82% | 0.45% | - |
| HSV(B) | 185.78º | 0.9% | 0.82% | - |
| XYZ | 30.11 | 41.54 | 66.11 | - |
| YUV | 141.52 | 165.51 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 208 | 0.90 | 0.09 | 0 | 0.18 | 185.78 | 0.82 | 0.45 |
| Hex | 15 | BE | D0 | 5A | 9 | 0 | 12 | BA | 52 | 2D |
| Octal | 25 | 276 | 320 | 132 | 11 | 0 | 22 | 272 | 122 | 55 |
| Binary | 10101 | 10111110 | 11010000 | 1011010 | 1001 | 0 | 10010 | 10111010 | 1010010 | 101101 |
Color Harmonies of #15BED0
Complementary color
Monochromatic Colors of #15BED0
Black with #15BED0
Text Example
Text Example
White with #15BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BED0; }
p { color: rgb(21,190,208); }
H1.HeaderClassName
{
color: #15BED0;
}
.AnyTagClassName
{
color: #15BED0;
}
</style>
background-color css
<style>
a { background-color: #15BED0; }
a { background-color: rgb(21,190,208); }
div.DivClassName
{
background-color: #15BED0;
}
.BgClassName
{
background-color: #15BED0;
}
</style>
border-color css
<style>
span { border-color: #15BED0; }
span { border-color: rgb(21,190,208); }
td.TdClassName
{
border-color: #15BED0;
}
.TagClassName
{
border-color: #15BED0;
}
</style>