Shades of Iris Blue #14BCD3
Tints of Iris Blue #14BCD3
RGB
CMYK
RGB Variations
Color information
#14BCD3 (or 0x14BCD3) is known color: Iris Blue. HEX triplet: 14, BC and D3. RGB value is (20,188,211). Sum of RGB (Red+Green+Blue) = 20+188+211=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #14BCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCD3 is #EB432C. Grayscale: #8C8C8C. Windows color (decimal): -15418157 or 13876244. OLE color: 13876244.
HSL color Cylindrical-coordinate representation of color #14BCD3: hue angle of 187.23º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BCD3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 188 | 211 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.17 |
| HSL | 187.23º | 0.83% | 0.45% | - |
| HSV(B) | 187.23º | 0.91% | 0.83% | - |
| XYZ | 30.03 | 40.82 | 67.92 | - |
| YUV | 140.39 | 167.84 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 211 | 0.91 | 0.11 | 0 | 0.17 | 187.23 | 0.83 | 0.45 |
| Hex | 14 | BC | D3 | 5B | B | 0 | 11 | BB | 53 | 2D |
| Octal | 24 | 274 | 323 | 133 | 13 | 0 | 21 | 273 | 123 | 55 |
| Binary | 10100 | 10111100 | 11010011 | 1011011 | 1011 | 0 | 10001 | 10111011 | 1010011 | 101101 |
Color Harmonies of #14BCD3
Complementary color
Monochromatic Colors of #14BCD3
Black with #14BCD3
Text Example
Text Example
White with #14BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCD3; }
p { color: rgb(20,188,211); }
H1.HeaderClassName
{
color: #14BCD3;
}
.AnyTagClassName
{
color: #14BCD3;
}
</style>
background-color css
<style>
a { background-color: #14BCD3; }
a { background-color: rgb(20,188,211); }
div.DivClassName
{
background-color: #14BCD3;
}
.BgClassName
{
background-color: #14BCD3;
}
</style>
border-color css
<style>
span { border-color: #14BCD3; }
span { border-color: rgb(20,188,211); }
td.TdClassName
{
border-color: #14BCD3;
}
.TagClassName
{
border-color: #14BCD3;
}
</style>