Shades of Iris Blue #15A8CD
Tints of Iris Blue #15A8CD
RGB
CMYK
RGB Variations
Color information
#15A8CD (or 0x15A8CD) is known color: Iris Blue. HEX triplet: 15, A8 and CD. RGB value is (21,168,205). Sum of RGB (Red+Green+Blue) = 21+168+205=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #15A8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8CD is #EA5732. Grayscale: #7F7F7F. Windows color (decimal): -15357747 or 13477909. OLE color: 13477909.
HSL color Cylindrical-coordinate representation of color #15A8CD: hue angle of 192.07º 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 #15A8CD is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 168 | 205 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.20 |
| HSL | 192.07º | 0.81% | 0.44% | - |
| HSV(B) | 192.07º | 0.9% | 0.8% | - |
| XYZ | 25.33 | 32.57 | 62.71 | - |
| YUV | 128.27 | 171.3 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 205 | 0.90 | 0.18 | 0 | 0.20 | 192.07 | 0.81 | 0.44 |
| Hex | 15 | A8 | CD | 5A | 12 | 0 | 14 | C0 | 51 | 2C |
| Octal | 25 | 250 | 315 | 132 | 22 | 0 | 24 | 300 | 121 | 54 |
| Binary | 10101 | 10101000 | 11001101 | 1011010 | 10010 | 0 | 10100 | 11000000 | 1010001 | 101100 |
Color Harmonies of #15A8CD
Complementary color
Monochromatic Colors of #15A8CD
Black with #15A8CD
Text Example
Text Example
White with #15A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8CD; }
p { color: rgb(21,168,205); }
H1.HeaderClassName
{
color: #15A8CD;
}
.AnyTagClassName
{
color: #15A8CD;
}
</style>
background-color css
<style>
a { background-color: #15A8CD; }
a { background-color: rgb(21,168,205); }
div.DivClassName
{
background-color: #15A8CD;
}
.BgClassName
{
background-color: #15A8CD;
}
</style>
border-color css
<style>
span { border-color: #15A8CD; }
span { border-color: rgb(21,168,205); }
td.TdClassName
{
border-color: #15A8CD;
}
.TagClassName
{
border-color: #15A8CD;
}
</style>