Shades of Iris Blue #15A8DF
Tints of Iris Blue #15A8DF
RGB
CMYK
RGB Variations
Color information
#15A8DF (or 0x15A8DF) is known color: Iris Blue. HEX triplet: 15, A8 and DF. RGB value is (21,168,223). Sum of RGB (Red+Green+Blue) = 21+168+223=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #15A8DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8DF is #EA5720. Grayscale: #818181. Windows color (decimal): -15357729 or 14657557. OLE color: 14657557.
HSL color Cylindrical-coordinate representation of color #15A8DF: hue angle of 196.34º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A8DF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 168 | 223 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.13 |
| HSL | 196.34º | 0.83% | 0.48% | - |
| HSV(B) | 196.34º | 0.91% | 0.87% | - |
| XYZ | 27.63 | 33.49 | 74.82 | - |
| YUV | 130.32 | 180.3 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 223 | 0.91 | 0.25 | 0 | 0.13 | 196.34 | 0.83 | 0.48 |
| Hex | 15 | A8 | DF | 5B | 19 | 0 | D | C4 | 53 | 30 |
| Octal | 25 | 250 | 337 | 133 | 31 | 0 | 15 | 304 | 123 | 60 |
| Binary | 10101 | 10101000 | 11011111 | 1011011 | 11001 | 0 | 1101 | 11000100 | 1010011 | 110000 |
Color Harmonies of #15A8DF
Complementary color
Monochromatic Colors of #15A8DF
Black with #15A8DF
Text Example
Text Example
White with #15A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8DF; }
p { color: rgb(21,168,223); }
H1.HeaderClassName
{
color: #15A8DF;
}
.AnyTagClassName
{
color: #15A8DF;
}
</style>
background-color css
<style>
a { background-color: #15A8DF; }
a { background-color: rgb(21,168,223); }
div.DivClassName
{
background-color: #15A8DF;
}
.BgClassName
{
background-color: #15A8DF;
}
</style>
border-color css
<style>
span { border-color: #15A8DF; }
span { border-color: rgb(21,168,223); }
td.TdClassName
{
border-color: #15A8DF;
}
.TagClassName
{
border-color: #15A8DF;
}
</style>