Shades of Iris Blue #15A8CF
Tints of Iris Blue #15A8CF
RGB
CMYK
RGB Variations
Color information
#15A8CF (or 0x15A8CF) is known color: Iris Blue. HEX triplet: 15, A8 and CF. RGB value is (21,168,207). Sum of RGB (Red+Green+Blue) = 21+168+207=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #15A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8CF is #EA5730. Grayscale: #808080. Windows color (decimal): -15357745 or 13608981. OLE color: 13608981.
HSL color Cylindrical-coordinate representation of color #15A8CF: hue angle of 192.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A8CF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 168 | 207 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.19 |
| HSL | 192.58º | 0.82% | 0.45% | - |
| HSV(B) | 192.58º | 0.9% | 0.81% | - |
| XYZ | 25.57 | 32.67 | 63.99 | - |
| YUV | 128.49 | 172.3 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 207 | 0.90 | 0.19 | 0 | 0.19 | 192.58 | 0.82 | 0.45 |
| Hex | 15 | A8 | CF | 5A | 13 | 0 | 13 | C1 | 52 | 2D |
| Octal | 25 | 250 | 317 | 132 | 23 | 0 | 23 | 301 | 122 | 55 |
| Binary | 10101 | 10101000 | 11001111 | 1011010 | 10011 | 0 | 10011 | 11000001 | 1010010 | 101101 |
Color Harmonies of #15A8CF
Complementary color
Monochromatic Colors of #15A8CF
Black with #15A8CF
Text Example
Text Example
White with #15A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8CF; }
p { color: rgb(21,168,207); }
H1.HeaderClassName
{
color: #15A8CF;
}
.AnyTagClassName
{
color: #15A8CF;
}
</style>
background-color css
<style>
a { background-color: #15A8CF; }
a { background-color: rgb(21,168,207); }
div.DivClassName
{
background-color: #15A8CF;
}
.BgClassName
{
background-color: #15A8CF;
}
</style>
border-color css
<style>
span { border-color: #15A8CF; }
span { border-color: rgb(21,168,207); }
td.TdClassName
{
border-color: #15A8CF;
}
.TagClassName
{
border-color: #15A8CF;
}
</style>