Shades of Iris Blue #15BDC3
Tints of Iris Blue #15BDC3
RGB
CMYK
RGB Variations
Color information
#15BDC3 (or 0x15BDC3) is known color: Iris Blue. HEX triplet: 15, BD and C3. RGB value is (21,189,195). Sum of RGB (Red+Green+Blue) = 21+189+195=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #15BDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDC3 is #EA423C. Grayscale: #8B8B8B. Windows color (decimal): -15352381 or 12827925. OLE color: 12827925.
HSL color Cylindrical-coordinate representation of color #15BDC3: hue angle of 182.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BDC3 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 189 | 195 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.24 |
| HSL | 182.07º | 0.81% | 0.42% | - |
| HSV(B) | 182.07º | 0.89% | 0.76% | - |
| XYZ | 28.36 | 40.49 | 57.95 | - |
| YUV | 139.45 | 159.34 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 195 | 0.89 | 0.03 | 0 | 0.24 | 182.07 | 0.81 | 0.42 |
| Hex | 15 | BD | C3 | 59 | 3 | 0 | 18 | B6 | 51 | 2A |
| Octal | 25 | 275 | 303 | 131 | 3 | 0 | 30 | 266 | 121 | 52 |
| Binary | 10101 | 10111101 | 11000011 | 1011001 | 11 | 0 | 11000 | 10110110 | 1010001 | 101010 |
Color Harmonies of #15BDC3
Complementary color
Monochromatic Colors of #15BDC3
Black with #15BDC3
Text Example
Text Example
White with #15BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDC3; }
p { color: rgb(21,189,195); }
H1.HeaderClassName
{
color: #15BDC3;
}
.AnyTagClassName
{
color: #15BDC3;
}
</style>
background-color css
<style>
a { background-color: #15BDC3; }
a { background-color: rgb(21,189,195); }
div.DivClassName
{
background-color: #15BDC3;
}
.BgClassName
{
background-color: #15BDC3;
}
</style>
border-color css
<style>
span { border-color: #15BDC3; }
span { border-color: rgb(21,189,195); }
td.TdClassName
{
border-color: #15BDC3;
}
.TagClassName
{
border-color: #15BDC3;
}
</style>