Shades of Iris Blue #15BFD8
Tints of Iris Blue #15BFD8
RGB
CMYK
RGB Variations
Color information
#15BFD8 (or 0x15BFD8) is known color: Iris Blue. HEX triplet: 15, BF and D8. RGB value is (21,191,216). Sum of RGB (Red+Green+Blue) = 21+191+216=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #15BFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFD8 is #EA4027. Grayscale: #8E8E8E. Windows color (decimal): -15351848 or 14204693. OLE color: 14204693.
HSL color Cylindrical-coordinate representation of color #15BFD8: hue angle of 187.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BFD8 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 191 | 216 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.15 |
| HSL | 187.69º | 0.82% | 0.46% | - |
| HSV(B) | 187.69º | 0.9% | 0.85% | - |
| XYZ | 31.33 | 42.38 | 71.49 | - |
| YUV | 143.02 | 169.18 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 216 | 0.90 | 0.12 | 0 | 0.15 | 187.69 | 0.82 | 0.46 |
| Hex | 15 | BF | D8 | 5A | C | 0 | F | BC | 52 | 2E |
| Octal | 25 | 277 | 330 | 132 | 14 | 0 | 17 | 274 | 122 | 56 |
| Binary | 10101 | 10111111 | 11011000 | 1011010 | 1100 | 0 | 1111 | 10111100 | 1010010 | 101110 |
Color Harmonies of #15BFD8
Complementary color
Monochromatic Colors of #15BFD8
Black with #15BFD8
Text Example
Text Example
White with #15BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFD8; }
p { color: rgb(21,191,216); }
H1.HeaderClassName
{
color: #15BFD8;
}
.AnyTagClassName
{
color: #15BFD8;
}
</style>
background-color css
<style>
a { background-color: #15BFD8; }
a { background-color: rgb(21,191,216); }
div.DivClassName
{
background-color: #15BFD8;
}
.BgClassName
{
background-color: #15BFD8;
}
</style>
border-color css
<style>
span { border-color: #15BFD8; }
span { border-color: rgb(21,191,216); }
td.TdClassName
{
border-color: #15BFD8;
}
.TagClassName
{
border-color: #15BFD8;
}
</style>