Shades of Iris Blue #05BADB
Tints of Iris Blue #05BADB
RGB
CMYK
RGB Variations
Color information
#05BADB (or 0x05BADB) is known color: Iris Blue. HEX triplet: 05, BA and DB. RGB value is (5,186,219). Sum of RGB (Red+Green+Blue) = 5+186+219=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #05BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BADB is #FA4524. Grayscale: #878787. Windows color (decimal): -16401701 or 14400005. OLE color: 14400005.
HSL color Cylindrical-coordinate representation of color #05BADB: hue angle of 189.25º 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 #05BADB is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 186 | 219 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.14 |
| HSL | 189.25º | 0.96% | 0.44% | - |
| HSV(B) | 189.25º | 0.98% | 0.86% | - |
| XYZ | 30.41 | 40.26 | 73.19 | - |
| YUV | 135.64 | 175.03 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 219 | 0.98 | 0.15 | 0 | 0.14 | 189.25 | 0.96 | 0.44 |
| Hex | 5 | BA | DB | 62 | F | 0 | E | BD | 60 | 2C |
| Octal | 5 | 272 | 333 | 142 | 17 | 0 | 16 | 275 | 140 | 54 |
| Binary | 101 | 10111010 | 11011011 | 1100010 | 1111 | 0 | 1110 | 10111101 | 1100000 | 101100 |
Color Harmonies of #05BADB
Complementary color
Monochromatic Colors of #05BADB
Black with #05BADB
Text Example
Text Example
White with #05BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BADB; }
p { color: rgb(5,186,219); }
H1.HeaderClassName
{
color: #05BADB;
}
.AnyTagClassName
{
color: #05BADB;
}
</style>
background-color css
<style>
a { background-color: #05BADB; }
a { background-color: rgb(5,186,219); }
div.DivClassName
{
background-color: #05BADB;
}
.BgClassName
{
background-color: #05BADB;
}
</style>
border-color css
<style>
span { border-color: #05BADB; }
span { border-color: rgb(5,186,219); }
td.TdClassName
{
border-color: #05BADB;
}
.TagClassName
{
border-color: #05BADB;
}
</style>