Shades of Iris Blue #15BEDA
Tints of Iris Blue #15BEDA
RGB
CMYK
RGB Variations
Color information
#15BEDA (or 0x15BEDA) is known color: Iris Blue. HEX triplet: 15, BE and DA. RGB value is (21,190,218). Sum of RGB (Red+Green+Blue) = 21+190+218=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #15BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BEDA is #EA4125. Grayscale: #8E8E8E. Windows color (decimal): -15352102 or 14335509. OLE color: 14335509.
HSL color Cylindrical-coordinate representation of color #15BEDA: hue angle of 188.53º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BEDA is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 190 | 218 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.15 |
| HSL | 188.53º | 0.82% | 0.47% | - |
| HSV(B) | 188.53º | 0.9% | 0.85% | - |
| XYZ | 31.38 | 42.05 | 72.79 | - |
| YUV | 142.66 | 170.51 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 218 | 0.90 | 0.13 | 0 | 0.15 | 188.53 | 0.82 | 0.47 |
| Hex | 15 | BE | DA | 5A | D | 0 | F | BD | 52 | 2F |
| Octal | 25 | 276 | 332 | 132 | 15 | 0 | 17 | 275 | 122 | 57 |
| Binary | 10101 | 10111110 | 11011010 | 1011010 | 1101 | 0 | 1111 | 10111101 | 1010010 | 101111 |
Color Harmonies of #15BEDA
Complementary color
Monochromatic Colors of #15BEDA
Black with #15BEDA
Text Example
Text Example
White with #15BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEDA; }
p { color: rgb(21,190,218); }
H1.HeaderClassName
{
color: #15BEDA;
}
.AnyTagClassName
{
color: #15BEDA;
}
</style>
background-color css
<style>
a { background-color: #15BEDA; }
a { background-color: rgb(21,190,218); }
div.DivClassName
{
background-color: #15BEDA;
}
.BgClassName
{
background-color: #15BEDA;
}
</style>
border-color css
<style>
span { border-color: #15BEDA; }
span { border-color: rgb(21,190,218); }
td.TdClassName
{
border-color: #15BEDA;
}
.TagClassName
{
border-color: #15BEDA;
}
</style>