Shades of Iris Blue #15AECF
Tints of Iris Blue #15AECF
RGB
CMYK
RGB Variations
Color information
#15AECF (or 0x15AECF) is known color: Iris Blue. HEX triplet: 15, AE and CF. RGB value is (21,174,207). Sum of RGB (Red+Green+Blue) = 21+174+207=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #15AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AECF is #EA5130. Grayscale: #838383. Windows color (decimal): -15356209 or 13610517. OLE color: 13610517.
HSL color Cylindrical-coordinate representation of color #15AECF: hue angle of 190.65º 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 #15AECF is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 174 | 207 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.19 |
| HSL | 190.65º | 0.82% | 0.45% | - |
| HSV(B) | 190.65º | 0.9% | 0.81% | - |
| XYZ | 26.71 | 34.94 | 64.37 | - |
| YUV | 132.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 207 | 0.90 | 0.16 | 0 | 0.19 | 190.65 | 0.82 | 0.45 |
| Hex | 15 | AE | CF | 5A | 10 | 0 | 13 | BF | 52 | 2D |
| Octal | 25 | 256 | 317 | 132 | 20 | 0 | 23 | 277 | 122 | 55 |
| Binary | 10101 | 10101110 | 11001111 | 1011010 | 10000 | 0 | 10011 | 10111111 | 1010010 | 101101 |
Color Harmonies of #15AECF
Complementary color
Monochromatic Colors of #15AECF
Black with #15AECF
Text Example
Text Example
White with #15AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AECF; }
p { color: rgb(21,174,207); }
H1.HeaderClassName
{
color: #15AECF;
}
.AnyTagClassName
{
color: #15AECF;
}
</style>
background-color css
<style>
a { background-color: #15AECF; }
a { background-color: rgb(21,174,207); }
div.DivClassName
{
background-color: #15AECF;
}
.BgClassName
{
background-color: #15AECF;
}
</style>
border-color css
<style>
span { border-color: #15AECF; }
span { border-color: rgb(21,174,207); }
td.TdClassName
{
border-color: #15AECF;
}
.TagClassName
{
border-color: #15AECF;
}
</style>