Shades of Iris Blue #05BCDB
Tints of Iris Blue #05BCDB
RGB
CMYK
RGB Variations
Color information
#05BCDB (or 0x05BCDB) is known color: Iris Blue. HEX triplet: 05, BC and DB. RGB value is (5,188,219). Sum of RGB (Red+Green+Blue) = 5+188+219=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #05BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCDB is #FA4324. Grayscale: #888888. Windows color (decimal): -16401189 or 14400517. OLE color: 14400517.
HSL color Cylindrical-coordinate representation of color #05BCDB: hue angle of 188.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCDB is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 188 | 219 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.14 |
| HSL | 188.69º | 0.96% | 0.44% | - |
| HSV(B) | 188.69º | 0.98% | 0.86% | - |
| XYZ | 30.83 | 41.11 | 73.33 | - |
| YUV | 136.82 | 174.37 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 219 | 0.98 | 0.14 | 0 | 0.14 | 188.69 | 0.96 | 0.44 |
| Hex | 5 | BC | DB | 62 | E | 0 | E | BD | 60 | 2C |
| Octal | 5 | 274 | 333 | 142 | 16 | 0 | 16 | 275 | 140 | 54 |
| Binary | 101 | 10111100 | 11011011 | 1100010 | 1110 | 0 | 1110 | 10111101 | 1100000 | 101100 |
Color Harmonies of #05BCDB
Complementary color
Monochromatic Colors of #05BCDB
Black with #05BCDB
Text Example
Text Example
White with #05BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCDB; }
p { color: rgb(5,188,219); }
H1.HeaderClassName
{
color: #05BCDB;
}
.AnyTagClassName
{
color: #05BCDB;
}
</style>
background-color css
<style>
a { background-color: #05BCDB; }
a { background-color: rgb(5,188,219); }
div.DivClassName
{
background-color: #05BCDB;
}
.BgClassName
{
background-color: #05BCDB;
}
</style>
border-color css
<style>
span { border-color: #05BCDB; }
span { border-color: rgb(5,188,219); }
td.TdClassName
{
border-color: #05BCDB;
}
.TagClassName
{
border-color: #05BCDB;
}
</style>