Shades of Iris Blue #15B3CB
Tints of Iris Blue #15B3CB
RGB
CMYK
RGB Variations
Color information
#15B3CB (or 0x15B3CB) is known color: Iris Blue. HEX triplet: 15, B3 and CB. RGB value is (21,179,203). Sum of RGB (Red+Green+Blue) = 21+179+203=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #15B3CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B3CB is #EA4C34. Grayscale: #868686. Windows color (decimal): -15354933 or 13349653. OLE color: 13349653.
HSL color Cylindrical-coordinate representation of color #15B3CB: hue angle of 187.91º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B3CB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 179 | 203 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.20 |
| HSL | 187.91º | 0.81% | 0.44% | - |
| HSV(B) | 187.91º | 0.9% | 0.8% | - |
| XYZ | 27.21 | 36.71 | 62.15 | - |
| YUV | 134.49 | 166.65 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 179 | 203 | 0.90 | 0.12 | 0 | 0.20 | 187.91 | 0.81 | 0.44 |
| Hex | 15 | B3 | CB | 5A | C | 0 | 14 | BC | 51 | 2C |
| Octal | 25 | 263 | 313 | 132 | 14 | 0 | 24 | 274 | 121 | 54 |
| Binary | 10101 | 10110011 | 11001011 | 1011010 | 1100 | 0 | 10100 | 10111100 | 1010001 | 101100 |
Color Harmonies of #15B3CB
Complementary color
Monochromatic Colors of #15B3CB
Black with #15B3CB
Text Example
Text Example
White with #15B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B3CB; }
p { color: rgb(21,179,203); }
H1.HeaderClassName
{
color: #15B3CB;
}
.AnyTagClassName
{
color: #15B3CB;
}
</style>
background-color css
<style>
a { background-color: #15B3CB; }
a { background-color: rgb(21,179,203); }
div.DivClassName
{
background-color: #15B3CB;
}
.BgClassName
{
background-color: #15B3CB;
}
</style>
border-color css
<style>
span { border-color: #15B3CB; }
span { border-color: rgb(21,179,203); }
td.TdClassName
{
border-color: #15B3CB;
}
.TagClassName
{
border-color: #15B3CB;
}
</style>