Shades of Iris Blue #14B2D7
Tints of Iris Blue #14B2D7
RGB
CMYK
RGB Variations
Color information
#14B2D7 (or 0x14B2D7) is known color: Iris Blue. HEX triplet: 14, B2 and D7. RGB value is (20,178,215). Sum of RGB (Red+Green+Blue) = 20+178+215=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #14B2D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2D7 is #EB4D28. Grayscale: #868686. Windows color (decimal): -15420713 or 14135828. OLE color: 14135828.
HSL color Cylindrical-coordinate representation of color #14B2D7: hue angle of 191.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14B2D7 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 178 | 215 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.16 |
| HSL | 191.38º | 0.83% | 0.46% | - |
| HSV(B) | 191.38º | 0.91% | 0.84% | - |
| XYZ | 28.47 | 36.9 | 69.91 | - |
| YUV | 134.98 | 173.15 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 215 | 0.91 | 0.17 | 0 | 0.16 | 191.38 | 0.83 | 0.46 |
| Hex | 14 | B2 | D7 | 5B | 11 | 0 | 10 | BF | 53 | 2E |
| Octal | 24 | 262 | 327 | 133 | 21 | 0 | 20 | 277 | 123 | 56 |
| Binary | 10100 | 10110010 | 11010111 | 1011011 | 10001 | 0 | 10000 | 10111111 | 1010011 | 101110 |
Color Harmonies of #14B2D7
Complementary color
Monochromatic Colors of #14B2D7
Black with #14B2D7
Text Example
Text Example
White with #14B2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B2D7; }
p { color: rgb(20,178,215); }
H1.HeaderClassName
{
color: #14B2D7;
}
.AnyTagClassName
{
color: #14B2D7;
}
</style>
background-color css
<style>
a { background-color: #14B2D7; }
a { background-color: rgb(20,178,215); }
div.DivClassName
{
background-color: #14B2D7;
}
.BgClassName
{
background-color: #14B2D7;
}
</style>
border-color css
<style>
span { border-color: #14B2D7; }
span { border-color: rgb(20,178,215); }
td.TdClassName
{
border-color: #14B2D7;
}
.TagClassName
{
border-color: #14B2D7;
}
</style>