Shades of Iris Blue #15ACCF
Tints of Iris Blue #15ACCF
RGB
CMYK
RGB Variations
Color information
#15ACCF (or 0x15ACCF) is known color: Iris Blue. HEX triplet: 15, AC and CF. RGB value is (21,172,207). Sum of RGB (Red+Green+Blue) = 21+172+207=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #15ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACCF is #EA5330. Grayscale: #828282. Windows color (decimal): -15356721 or 13610005. OLE color: 13610005.
HSL color Cylindrical-coordinate representation of color #15ACCF: hue angle of 191.29º 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 #15ACCF is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 172 | 207 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.19 |
| HSL | 191.29º | 0.82% | 0.45% | - |
| HSV(B) | 191.29º | 0.9% | 0.81% | - |
| XYZ | 26.32 | 34.17 | 64.24 | - |
| YUV | 130.84 | 170.97 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 207 | 0.90 | 0.17 | 0 | 0.19 | 191.29 | 0.82 | 0.45 |
| Hex | 15 | AC | CF | 5A | 11 | 0 | 13 | BF | 52 | 2D |
| Octal | 25 | 254 | 317 | 132 | 21 | 0 | 23 | 277 | 122 | 55 |
| Binary | 10101 | 10101100 | 11001111 | 1011010 | 10001 | 0 | 10011 | 10111111 | 1010010 | 101101 |
Color Harmonies of #15ACCF
Complementary color
Monochromatic Colors of #15ACCF
Black with #15ACCF
Text Example
Text Example
White with #15ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACCF; }
p { color: rgb(21,172,207); }
H1.HeaderClassName
{
color: #15ACCF;
}
.AnyTagClassName
{
color: #15ACCF;
}
</style>
background-color css
<style>
a { background-color: #15ACCF; }
a { background-color: rgb(21,172,207); }
div.DivClassName
{
background-color: #15ACCF;
}
.BgClassName
{
background-color: #15ACCF;
}
</style>
border-color css
<style>
span { border-color: #15ACCF; }
span { border-color: rgb(21,172,207); }
td.TdClassName
{
border-color: #15ACCF;
}
.TagClassName
{
border-color: #15ACCF;
}
</style>