Shades of Iris Blue #14BCCF
Tints of Iris Blue #14BCCF
RGB
CMYK
RGB Variations
Color information
#14BCCF (or 0x14BCCF) is known color: Iris Blue. HEX triplet: 14, BC and CF. RGB value is (20,188,207). Sum of RGB (Red+Green+Blue) = 20+188+207=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #14BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCCF is #EB4330. Grayscale: #8B8B8B. Windows color (decimal): -15418161 or 13614100. OLE color: 13614100.
HSL color Cylindrical-coordinate representation of color #14BCCF: hue angle of 186.1º 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 #14BCCF is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 188 | 207 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.19 |
| HSL | 186.1º | 0.82% | 0.45% | - |
| HSV(B) | 186.1º | 0.9% | 0.81% | - |
| XYZ | 29.53 | 40.62 | 65.32 | - |
| YUV | 139.93 | 165.84 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 207 | 0.90 | 0.09 | 0 | 0.19 | 186.1 | 0.82 | 0.45 |
| Hex | 14 | BC | CF | 5A | 9 | 0 | 13 | BA | 52 | 2D |
| Octal | 24 | 274 | 317 | 132 | 11 | 0 | 23 | 272 | 122 | 55 |
| Binary | 10100 | 10111100 | 11001111 | 1011010 | 1001 | 0 | 10011 | 10111010 | 1010010 | 101101 |
Color Harmonies of #14BCCF
Complementary color
Monochromatic Colors of #14BCCF
Black with #14BCCF
Text Example
Text Example
White with #14BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCCF; }
p { color: rgb(20,188,207); }
H1.HeaderClassName
{
color: #14BCCF;
}
.AnyTagClassName
{
color: #14BCCF;
}
</style>
background-color css
<style>
a { background-color: #14BCCF; }
a { background-color: rgb(20,188,207); }
div.DivClassName
{
background-color: #14BCCF;
}
.BgClassName
{
background-color: #14BCCF;
}
</style>
border-color css
<style>
span { border-color: #14BCCF; }
span { border-color: rgb(20,188,207); }
td.TdClassName
{
border-color: #14BCCF;
}
.TagClassName
{
border-color: #14BCCF;
}
</style>