Shades of Iris Blue #15ADCF
Tints of Iris Blue #15ADCF
RGB
CMYK
RGB Variations
Color information
#15ADCF (or 0x15ADCF) is known color: Iris Blue. HEX triplet: 15, AD and CF. RGB value is (21,173,207). Sum of RGB (Red+Green+Blue) = 21+173+207=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #15ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADCF is #EA5230. Grayscale: #838383. Windows color (decimal): -15356465 or 13610261. OLE color: 13610261.
HSL color Cylindrical-coordinate representation of color #15ADCF: hue angle of 190.97º 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 #15ADCF is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 173 | 207 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.19 |
| HSL | 190.97º | 0.82% | 0.45% | - |
| HSV(B) | 190.97º | 0.9% | 0.81% | - |
| XYZ | 26.52 | 34.55 | 64.3 | - |
| YUV | 131.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 207 | 0.90 | 0.16 | 0 | 0.19 | 190.97 | 0.82 | 0.45 |
| Hex | 15 | AD | CF | 5A | 10 | 0 | 13 | BF | 52 | 2D |
| Octal | 25 | 255 | 317 | 132 | 20 | 0 | 23 | 277 | 122 | 55 |
| Binary | 10101 | 10101101 | 11001111 | 1011010 | 10000 | 0 | 10011 | 10111111 | 1010010 | 101101 |
Color Harmonies of #15ADCF
Complementary color
Monochromatic Colors of #15ADCF
Black with #15ADCF
Text Example
Text Example
White with #15ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADCF; }
p { color: rgb(21,173,207); }
H1.HeaderClassName
{
color: #15ADCF;
}
.AnyTagClassName
{
color: #15ADCF;
}
</style>
background-color css
<style>
a { background-color: #15ADCF; }
a { background-color: rgb(21,173,207); }
div.DivClassName
{
background-color: #15ADCF;
}
.BgClassName
{
background-color: #15ADCF;
}
</style>
border-color css
<style>
span { border-color: #15ADCF; }
span { border-color: rgb(21,173,207); }
td.TdClassName
{
border-color: #15ADCF;
}
.TagClassName
{
border-color: #15ADCF;
}
</style>