Shades of Iris Blue #15B0CE
Tints of Iris Blue #15B0CE
RGB
CMYK
RGB Variations
Color information
#15B0CE (or 0x15B0CE) is known color: Iris Blue. HEX triplet: 15, B0 and CE. RGB value is (21,176,206). Sum of RGB (Red+Green+Blue) = 21+176+206=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #15B0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0CE is #EA4F31. Grayscale: #848484. Windows color (decimal): -15355698 or 13545493. OLE color: 13545493.
HSL color Cylindrical-coordinate representation of color #15B0CE: hue angle of 189.73º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B0CE is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 176 | 206 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.19 |
| HSL | 189.73º | 0.81% | 0.45% | - |
| HSV(B) | 189.73º | 0.9% | 0.81% | - |
| XYZ | 26.98 | 35.67 | 63.86 | - |
| YUV | 133.08 | 169.15 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 176 | 206 | 0.90 | 0.15 | 0 | 0.19 | 189.73 | 0.81 | 0.45 |
| Hex | 15 | B0 | CE | 5A | F | 0 | 13 | BE | 51 | 2D |
| Octal | 25 | 260 | 316 | 132 | 17 | 0 | 23 | 276 | 121 | 55 |
| Binary | 10101 | 10110000 | 11001110 | 1011010 | 1111 | 0 | 10011 | 10111110 | 1010001 | 101101 |
Color Harmonies of #15B0CE
Complementary color
Monochromatic Colors of #15B0CE
Black with #15B0CE
Text Example
Text Example
White with #15B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B0CE; }
p { color: rgb(21,176,206); }
H1.HeaderClassName
{
color: #15B0CE;
}
.AnyTagClassName
{
color: #15B0CE;
}
</style>
background-color css
<style>
a { background-color: #15B0CE; }
a { background-color: rgb(21,176,206); }
div.DivClassName
{
background-color: #15B0CE;
}
.BgClassName
{
background-color: #15B0CE;
}
</style>
border-color css
<style>
span { border-color: #15B0CE; }
span { border-color: rgb(21,176,206); }
td.TdClassName
{
border-color: #15B0CE;
}
.TagClassName
{
border-color: #15B0CE;
}
</style>