Shades of Iris Blue #14BBD4
Tints of Iris Blue #14BBD4
RGB
CMYK
RGB Variations
Color information
#14BBD4 (or 0x14BBD4) is known color: Iris Blue. HEX triplet: 14, BB and D4. RGB value is (20,187,212). Sum of RGB (Red+Green+Blue) = 20+187+212=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #14BBD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBD4 is #EB442B. Grayscale: #8B8B8B. Windows color (decimal): -15418412 or 13941524. OLE color: 13941524.
HSL color Cylindrical-coordinate representation of color #14BBD4: hue angle of 187.81º 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 #14BBD4 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 187 | 212 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.17 |
| HSL | 187.81º | 0.83% | 0.45% | - |
| HSV(B) | 187.81º | 0.91% | 0.83% | - |
| XYZ | 29.94 | 40.44 | 68.52 | - |
| YUV | 139.92 | 168.67 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 212 | 0.91 | 0.12 | 0 | 0.17 | 187.81 | 0.83 | 0.45 |
| Hex | 14 | BB | D4 | 5B | C | 0 | 11 | BC | 53 | 2D |
| Octal | 24 | 273 | 324 | 133 | 14 | 0 | 21 | 274 | 123 | 55 |
| Binary | 10100 | 10111011 | 11010100 | 1011011 | 1100 | 0 | 10001 | 10111100 | 1010011 | 101101 |
Color Harmonies of #14BBD4
Complementary color
Monochromatic Colors of #14BBD4
Black with #14BBD4
Text Example
Text Example
White with #14BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBD4; }
p { color: rgb(20,187,212); }
H1.HeaderClassName
{
color: #14BBD4;
}
.AnyTagClassName
{
color: #14BBD4;
}
</style>
background-color css
<style>
a { background-color: #14BBD4; }
a { background-color: rgb(20,187,212); }
div.DivClassName
{
background-color: #14BBD4;
}
.BgClassName
{
background-color: #14BBD4;
}
</style>
border-color css
<style>
span { border-color: #14BBD4; }
span { border-color: rgb(20,187,212); }
td.TdClassName
{
border-color: #14BBD4;
}
.TagClassName
{
border-color: #14BBD4;
}
</style>