Shades of Iris Blue #15A8DA
Tints of Iris Blue #15A8DA
RGB
CMYK
RGB Variations
Color information
#15A8DA (or 0x15A8DA) is known color: Iris Blue. HEX triplet: 15, A8 and DA. RGB value is (21,168,218). Sum of RGB (Red+Green+Blue) = 21+168+218=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #15A8DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8DA is #EA5725. Grayscale: #818181. Windows color (decimal): -15357734 or 14329877. OLE color: 14329877.
HSL color Cylindrical-coordinate representation of color #15A8DA: hue angle of 195.23º 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 #15A8DA is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 168 | 218 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.15 |
| HSL | 195.23º | 0.82% | 0.47% | - |
| HSV(B) | 195.23º | 0.9% | 0.85% | - |
| XYZ | 26.97 | 33.23 | 71.32 | - |
| YUV | 129.75 | 177.8 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 218 | 0.90 | 0.23 | 0 | 0.15 | 195.23 | 0.82 | 0.47 |
| Hex | 15 | A8 | DA | 5A | 17 | 0 | F | C3 | 52 | 2F |
| Octal | 25 | 250 | 332 | 132 | 27 | 0 | 17 | 303 | 122 | 57 |
| Binary | 10101 | 10101000 | 11011010 | 1011010 | 10111 | 0 | 1111 | 11000011 | 1010010 | 101111 |
Color Harmonies of #15A8DA
Complementary color
Monochromatic Colors of #15A8DA
Black with #15A8DA
Text Example
Text Example
White with #15A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8DA; }
p { color: rgb(21,168,218); }
H1.HeaderClassName
{
color: #15A8DA;
}
.AnyTagClassName
{
color: #15A8DA;
}
</style>
background-color css
<style>
a { background-color: #15A8DA; }
a { background-color: rgb(21,168,218); }
div.DivClassName
{
background-color: #15A8DA;
}
.BgClassName
{
background-color: #15A8DA;
}
</style>
border-color css
<style>
span { border-color: #15A8DA; }
span { border-color: rgb(21,168,218); }
td.TdClassName
{
border-color: #15A8DA;
}
.TagClassName
{
border-color: #15A8DA;
}
</style>