Shades of Iris Blue #14BBCE
Tints of Iris Blue #14BBCE
RGB
CMYK
RGB Variations
Color information
#14BBCE (or 0x14BBCE) is known color: Iris Blue. HEX triplet: 14, BB and CE. RGB value is (20,187,206). Sum of RGB (Red+Green+Blue) = 20+187+206=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #14BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBCE is #EB4431. Grayscale: #8A8A8A. Windows color (decimal): -15418418 or 13548308. OLE color: 13548308.
HSL color Cylindrical-coordinate representation of color #14BBCE: hue angle of 186.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BBCE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 187 | 206 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.19 |
| HSL | 186.13º | 0.82% | 0.44% | - |
| HSV(B) | 186.13º | 0.9% | 0.81% | - |
| XYZ | 29.2 | 40.15 | 64.6 | - |
| YUV | 139.23 | 165.67 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 206 | 0.90 | 0.09 | 0 | 0.19 | 186.13 | 0.82 | 0.44 |
| Hex | 14 | BB | CE | 5A | 9 | 0 | 13 | BA | 52 | 2C |
| Octal | 24 | 273 | 316 | 132 | 11 | 0 | 23 | 272 | 122 | 54 |
| Binary | 10100 | 10111011 | 11001110 | 1011010 | 1001 | 0 | 10011 | 10111010 | 1010010 | 101100 |
Color Harmonies of #14BBCE
Complementary color
Monochromatic Colors of #14BBCE
Black with #14BBCE
Text Example
Text Example
White with #14BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBCE; }
p { color: rgb(20,187,206); }
H1.HeaderClassName
{
color: #14BBCE;
}
.AnyTagClassName
{
color: #14BBCE;
}
</style>
background-color css
<style>
a { background-color: #14BBCE; }
a { background-color: rgb(20,187,206); }
div.DivClassName
{
background-color: #14BBCE;
}
.BgClassName
{
background-color: #14BBCE;
}
</style>
border-color css
<style>
span { border-color: #14BBCE; }
span { border-color: rgb(20,187,206); }
td.TdClassName
{
border-color: #14BBCE;
}
.TagClassName
{
border-color: #14BBCE;
}
</style>