Shades of Iris Blue #15BBC3
Tints of Iris Blue #15BBC3
RGB
CMYK
RGB Variations
Color information
#15BBC3 (or 0x15BBC3) is known color: Iris Blue. HEX triplet: 15, BB and C3. RGB value is (21,187,195). Sum of RGB (Red+Green+Blue) = 21+187+195=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #15BBC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBC3 is #EA443C. Grayscale: #8A8A8A. Windows color (decimal): -15352893 or 12827413. OLE color: 12827413.
HSL color Cylindrical-coordinate representation of color #15BBC3: hue angle of 182.76º 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 #15BBC3 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 187 | 195 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.24 |
| HSL | 182.76º | 0.81% | 0.42% | - |
| HSV(B) | 182.76º | 0.89% | 0.76% | - |
| XYZ | 27.93 | 39.64 | 57.81 | - |
| YUV | 138.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 195 | 0.89 | 0.04 | 0 | 0.24 | 182.76 | 0.81 | 0.42 |
| Hex | 15 | BB | C3 | 59 | 4 | 0 | 18 | B7 | 51 | 2A |
| Octal | 25 | 273 | 303 | 131 | 4 | 0 | 30 | 267 | 121 | 52 |
| Binary | 10101 | 10111011 | 11000011 | 1011001 | 100 | 0 | 11000 | 10110111 | 1010001 | 101010 |
Color Harmonies of #15BBC3
Complementary color
Monochromatic Colors of #15BBC3
Black with #15BBC3
Text Example
Text Example
White with #15BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBC3; }
p { color: rgb(21,187,195); }
H1.HeaderClassName
{
color: #15BBC3;
}
.AnyTagClassName
{
color: #15BBC3;
}
</style>
background-color css
<style>
a { background-color: #15BBC3; }
a { background-color: rgb(21,187,195); }
div.DivClassName
{
background-color: #15BBC3;
}
.BgClassName
{
background-color: #15BBC3;
}
</style>
border-color css
<style>
span { border-color: #15BBC3; }
span { border-color: rgb(21,187,195); }
td.TdClassName
{
border-color: #15BBC3;
}
.TagClassName
{
border-color: #15BBC3;
}
</style>