Shades of Iris Blue #14BACF
Tints of Iris Blue #14BACF
RGB
CMYK
RGB Variations
Color information
#14BACF (or 0x14BACF) is known color: Iris Blue. HEX triplet: 14, BA and CF. RGB value is (20,186,207). Sum of RGB (Red+Green+Blue) = 20+186+207=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #14BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BACF is #EB4530. Grayscale: #8A8A8A. Windows color (decimal): -15418673 or 13613588. OLE color: 13613588.
HSL color Cylindrical-coordinate representation of color #14BACF: hue angle of 186.74º 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 #14BACF is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 186 | 207 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.19 |
| HSL | 186.74º | 0.82% | 0.45% | - |
| HSV(B) | 186.74º | 0.9% | 0.81% | - |
| XYZ | 29.11 | 39.77 | 65.17 | - |
| YUV | 138.76 | 166.5 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 207 | 0.90 | 0.10 | 0 | 0.19 | 186.74 | 0.82 | 0.45 |
| Hex | 14 | BA | CF | 5A | A | 0 | 13 | BB | 52 | 2D |
| Octal | 24 | 272 | 317 | 132 | 12 | 0 | 23 | 273 | 122 | 55 |
| Binary | 10100 | 10111010 | 11001111 | 1011010 | 1010 | 0 | 10011 | 10111011 | 1010010 | 101101 |
Color Harmonies of #14BACF
Complementary color
Monochromatic Colors of #14BACF
Black with #14BACF
Text Example
Text Example
White with #14BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BACF; }
p { color: rgb(20,186,207); }
H1.HeaderClassName
{
color: #14BACF;
}
.AnyTagClassName
{
color: #14BACF;
}
</style>
background-color css
<style>
a { background-color: #14BACF; }
a { background-color: rgb(20,186,207); }
div.DivClassName
{
background-color: #14BACF;
}
.BgClassName
{
background-color: #14BACF;
}
</style>
border-color css
<style>
span { border-color: #14BACF; }
span { border-color: rgb(20,186,207); }
td.TdClassName
{
border-color: #14BACF;
}
.TagClassName
{
border-color: #14BACF;
}
</style>