Shades of Iris Blue #05BAD9
Tints of Iris Blue #05BAD9
RGB
CMYK
RGB Variations
Color information
#05BAD9 (or 0x05BAD9) is known color: Iris Blue. HEX triplet: 05, BA and D9. RGB value is (5,186,217). Sum of RGB (Red+Green+Blue) = 5+186+217=408 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 217 (85.16% from 255 or 53.19% from 408); Max value from RGB is 217 - color contains mainly: blue. Hex color #05BAD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BAD9 is #FA4526. Grayscale: #878787. Windows color (decimal): -16401703 or 14268933. OLE color: 14268933.
HSL color Cylindrical-coordinate representation of color #05BAD9: hue angle of 188.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BAD9 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 186 | 217 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.15 |
| HSL | 188.77º | 0.95% | 0.44% | - |
| HSV(B) | 188.77º | 0.98% | 0.85% | - |
| XYZ | 30.15 | 40.16 | 71.81 | - |
| YUV | 135.42 | 174.03 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 217 | 0.98 | 0.14 | 0 | 0.15 | 188.77 | 0.95 | 0.44 |
| Hex | 5 | BA | D9 | 62 | E | 0 | F | BD | 5F | 2C |
| Octal | 5 | 272 | 331 | 142 | 16 | 0 | 17 | 275 | 137 | 54 |
| Binary | 101 | 10111010 | 11011001 | 1100010 | 1110 | 0 | 1111 | 10111101 | 1011111 | 101100 |
Color Harmonies of #05BAD9
Complementary color
Monochromatic Colors of #05BAD9
Black with #05BAD9
Text Example
Text Example
White with #05BAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BAD9; }
p { color: rgb(5,186,217); }
H1.HeaderClassName
{
color: #05BAD9;
}
.AnyTagClassName
{
color: #05BAD9;
}
</style>
background-color css
<style>
a { background-color: #05BAD9; }
a { background-color: rgb(5,186,217); }
div.DivClassName
{
background-color: #05BAD9;
}
.BgClassName
{
background-color: #05BAD9;
}
</style>
border-color css
<style>
span { border-color: #05BAD9; }
span { border-color: rgb(5,186,217); }
td.TdClassName
{
border-color: #05BAD9;
}
.TagClassName
{
border-color: #05BAD9;
}
</style>