Shades of Iris Blue #14B3C6
Tints of Iris Blue #14B3C6
RGB
CMYK
RGB Variations
Color information
#14B3C6 (or 0x14B3C6) is known color: Iris Blue. HEX triplet: 14, B3 and C6. RGB value is (20,179,198). Sum of RGB (Red+Green+Blue) = 20+179+198=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #14B3C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B3C6 is #EB4C39. Grayscale: #858585. Windows color (decimal): -15420474 or 13021972. OLE color: 13021972.
HSL color Cylindrical-coordinate representation of color #14B3C6: hue angle of 186.4º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B3C6 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 179 | 198 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.22 |
| HSL | 186.4º | 0.82% | 0.43% | - |
| HSV(B) | 186.4º | 0.9% | 0.78% | - |
| XYZ | 26.6 | 36.47 | 59.06 | - |
| YUV | 133.63 | 164.32 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 198 | 0.90 | 0.10 | 0 | 0.22 | 186.4 | 0.82 | 0.43 |
| Hex | 14 | B3 | C6 | 5A | A | 0 | 16 | BA | 52 | 2B |
| Octal | 24 | 263 | 306 | 132 | 12 | 0 | 26 | 272 | 122 | 53 |
| Binary | 10100 | 10110011 | 11000110 | 1011010 | 1010 | 0 | 10110 | 10111010 | 1010010 | 101011 |
Color Harmonies of #14B3C6
Complementary color
Monochromatic Colors of #14B3C6
Black with #14B3C6
Text Example
Text Example
White with #14B3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B3C6; }
p { color: rgb(20,179,198); }
H1.HeaderClassName
{
color: #14B3C6;
}
.AnyTagClassName
{
color: #14B3C6;
}
</style>
background-color css
<style>
a { background-color: #14B3C6; }
a { background-color: rgb(20,179,198); }
div.DivClassName
{
background-color: #14B3C6;
}
.BgClassName
{
background-color: #14B3C6;
}
</style>
border-color css
<style>
span { border-color: #14B3C6; }
span { border-color: rgb(20,179,198); }
td.TdClassName
{
border-color: #14B3C6;
}
.TagClassName
{
border-color: #14B3C6;
}
</style>