Shades of Iris Blue #14BAD2
Tints of Iris Blue #14BAD2
RGB
CMYK
RGB Variations
Color information
#14BAD2 (or 0x14BAD2) is known color: Iris Blue. HEX triplet: 14, BA and D2. RGB value is (20,186,210). Sum of RGB (Red+Green+Blue) = 20+186+210=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #14BAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BAD2 is #EB452D. Grayscale: #8A8A8A. Windows color (decimal): -15418670 or 13810196. OLE color: 13810196.
HSL color Cylindrical-coordinate representation of color #14BAD2: hue angle of 187.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BAD2 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 186 | 210 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.18 |
| HSL | 187.58º | 0.83% | 0.45% | - |
| HSV(B) | 187.58º | 0.9% | 0.82% | - |
| XYZ | 29.48 | 39.92 | 67.12 | - |
| YUV | 139.1 | 168 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 210 | 0.90 | 0.11 | 0 | 0.18 | 187.58 | 0.83 | 0.45 |
| Hex | 14 | BA | D2 | 5A | B | 0 | 12 | BC | 53 | 2D |
| Octal | 24 | 272 | 322 | 132 | 13 | 0 | 22 | 274 | 123 | 55 |
| Binary | 10100 | 10111010 | 11010010 | 1011010 | 1011 | 0 | 10010 | 10111100 | 1010011 | 101101 |
Color Harmonies of #14BAD2
Complementary color
Monochromatic Colors of #14BAD2
Black with #14BAD2
Text Example
Text Example
White with #14BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BAD2; }
p { color: rgb(20,186,210); }
H1.HeaderClassName
{
color: #14BAD2;
}
.AnyTagClassName
{
color: #14BAD2;
}
</style>
background-color css
<style>
a { background-color: #14BAD2; }
a { background-color: rgb(20,186,210); }
div.DivClassName
{
background-color: #14BAD2;
}
.BgClassName
{
background-color: #14BAD2;
}
</style>
border-color css
<style>
span { border-color: #14BAD2; }
span { border-color: rgb(20,186,210); }
td.TdClassName
{
border-color: #14BAD2;
}
.TagClassName
{
border-color: #14BAD2;
}
</style>