Shades of Iris Blue #05BCDD
Tints of Iris Blue #05BCDD
RGB
CMYK
RGB Variations
Color information
#05BCDD (or 0x05BCDD) is known color: Iris Blue. HEX triplet: 05, BC and DD. RGB value is (5,188,221). Sum of RGB (Red+Green+Blue) = 5+188+221=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #05BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCDD is #FA4322. Grayscale: #888888. Windows color (decimal): -16401187 or 14531589. OLE color: 14531589.
HSL color Cylindrical-coordinate representation of color #05BCDD: hue angle of 189.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCDD is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 188 | 221 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.13 |
| HSL | 189.17º | 0.96% | 0.44% | - |
| HSV(B) | 189.17º | 0.98% | 0.87% | - |
| XYZ | 31.1 | 41.22 | 74.72 | - |
| YUV | 137.05 | 175.37 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 221 | 0.98 | 0.15 | 0 | 0.13 | 189.17 | 0.96 | 0.44 |
| Hex | 5 | BC | DD | 62 | F | 0 | D | BD | 60 | 2C |
| Octal | 5 | 274 | 335 | 142 | 17 | 0 | 15 | 275 | 140 | 54 |
| Binary | 101 | 10111100 | 11011101 | 1100010 | 1111 | 0 | 1101 | 10111101 | 1100000 | 101100 |
Color Harmonies of #05BCDD
Complementary color
Monochromatic Colors of #05BCDD
Black with #05BCDD
Text Example
Text Example
White with #05BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCDD; }
p { color: rgb(5,188,221); }
H1.HeaderClassName
{
color: #05BCDD;
}
.AnyTagClassName
{
color: #05BCDD;
}
</style>
background-color css
<style>
a { background-color: #05BCDD; }
a { background-color: rgb(5,188,221); }
div.DivClassName
{
background-color: #05BCDD;
}
.BgClassName
{
background-color: #05BCDD;
}
</style>
border-color css
<style>
span { border-color: #05BCDD; }
span { border-color: rgb(5,188,221); }
td.TdClassName
{
border-color: #05BCDD;
}
.TagClassName
{
border-color: #05BCDD;
}
</style>