Shades of Iris Blue #15BBD0
Tints of Iris Blue #15BBD0
RGB
CMYK
RGB Variations
Color information
#15BBD0 (or 0x15BBD0) is known color: Iris Blue. HEX triplet: 15, BB and D0. RGB value is (21,187,208). Sum of RGB (Red+Green+Blue) = 21+187+208=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #15BBD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBD0 is #EA442F. Grayscale: #8B8B8B. Windows color (decimal): -15352880 or 13679381. OLE color: 13679381.
HSL color Cylindrical-coordinate representation of color #15BBD0: hue angle of 186.74º 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 #15BBD0 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 187 | 208 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.18 |
| HSL | 186.74º | 0.82% | 0.45% | - |
| HSV(B) | 186.74º | 0.9% | 0.82% | - |
| XYZ | 29.46 | 40.25 | 65.89 | - |
| YUV | 139.76 | 166.5 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 208 | 0.90 | 0.10 | 0 | 0.18 | 186.74 | 0.82 | 0.45 |
| Hex | 15 | BB | D0 | 5A | A | 0 | 12 | BB | 52 | 2D |
| Octal | 25 | 273 | 320 | 132 | 12 | 0 | 22 | 273 | 122 | 55 |
| Binary | 10101 | 10111011 | 11010000 | 1011010 | 1010 | 0 | 10010 | 10111011 | 1010010 | 101101 |
Color Harmonies of #15BBD0
Complementary color
Monochromatic Colors of #15BBD0
Black with #15BBD0
Text Example
Text Example
White with #15BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBD0; }
p { color: rgb(21,187,208); }
H1.HeaderClassName
{
color: #15BBD0;
}
.AnyTagClassName
{
color: #15BBD0;
}
</style>
background-color css
<style>
a { background-color: #15BBD0; }
a { background-color: rgb(21,187,208); }
div.DivClassName
{
background-color: #15BBD0;
}
.BgClassName
{
background-color: #15BBD0;
}
</style>
border-color css
<style>
span { border-color: #15BBD0; }
span { border-color: rgb(21,187,208); }
td.TdClassName
{
border-color: #15BBD0;
}
.TagClassName
{
border-color: #15BBD0;
}
</style>