Shades of Iris Blue #15BECC
Tints of Iris Blue #15BECC
RGB
CMYK
RGB Variations
Color information
#15BECC (or 0x15BECC) is known color: Iris Blue. HEX triplet: 15, BE and CC. RGB value is (21,190,204). Sum of RGB (Red+Green+Blue) = 21+190+204=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #15BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BECC is #EA4133. Grayscale: #8C8C8C. Windows color (decimal): -15352116 or 13418005. OLE color: 13418005.
HSL color Cylindrical-coordinate representation of color #15BECC: hue angle of 184.59º 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 #15BECC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 190 | 204 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.2 |
| HSL | 184.59º | 0.81% | 0.44% | - |
| HSV(B) | 184.59º | 0.9% | 0.8% | - |
| XYZ | 29.62 | 41.35 | 63.55 | - |
| YUV | 141.07 | 163.51 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 204 | 0.90 | 0.07 | 0 | 0.2 | 184.59 | 0.81 | 0.44 |
| Hex | 15 | BE | CC | 5A | 7 | 0 | 14 | B9 | 51 | 2C |
| Octal | 25 | 276 | 314 | 132 | 7 | 0 | 24 | 271 | 121 | 54 |
| Binary | 10101 | 10111110 | 11001100 | 1011010 | 111 | 0 | 10100 | 10111001 | 1010001 | 101100 |
Color Harmonies of #15BECC
Complementary color
Monochromatic Colors of #15BECC
Black with #15BECC
Text Example
Text Example
White with #15BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BECC; }
p { color: rgb(21,190,204); }
H1.HeaderClassName
{
color: #15BECC;
}
.AnyTagClassName
{
color: #15BECC;
}
</style>
background-color css
<style>
a { background-color: #15BECC; }
a { background-color: rgb(21,190,204); }
div.DivClassName
{
background-color: #15BECC;
}
.BgClassName
{
background-color: #15BECC;
}
</style>
border-color css
<style>
span { border-color: #15BECC; }
span { border-color: rgb(21,190,204); }
td.TdClassName
{
border-color: #15BECC;
}
.TagClassName
{
border-color: #15BECC;
}
</style>