Shades of Iris Blue #05B9D7
Tints of Iris Blue #05B9D7
RGB
CMYK
RGB Variations
Color information
#05B9D7 (or 0x05B9D7) is known color: Iris Blue. HEX triplet: 05, B9 and D7. RGB value is (5,185,215). Sum of RGB (Red+Green+Blue) = 5+185+215=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #05B9D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B9D7 is #FA4628. Grayscale: #868686. Windows color (decimal): -16401961 or 14137605. OLE color: 14137605.
HSL color Cylindrical-coordinate representation of color #05B9D7: hue angle of 188.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B9D7 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 185 | 215 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.16 |
| HSL | 188.57º | 0.95% | 0.43% | - |
| HSV(B) | 188.57º | 0.98% | 0.84% | - |
| XYZ | 29.68 | 39.64 | 70.38 | - |
| YUV | 134.6 | 173.37 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 185 | 215 | 0.98 | 0.14 | 0 | 0.16 | 188.57 | 0.95 | 0.43 |
| Hex | 5 | B9 | D7 | 62 | E | 0 | 10 | BD | 5F | 2B |
| Octal | 5 | 271 | 327 | 142 | 16 | 0 | 20 | 275 | 137 | 53 |
| Binary | 101 | 10111001 | 11010111 | 1100010 | 1110 | 0 | 10000 | 10111101 | 1011111 | 101011 |
Color Harmonies of #05B9D7
Complementary color
Monochromatic Colors of #05B9D7
Black with #05B9D7
Text Example
Text Example
White with #05B9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B9D7; }
p { color: rgb(5,185,215); }
H1.HeaderClassName
{
color: #05B9D7;
}
.AnyTagClassName
{
color: #05B9D7;
}
</style>
background-color css
<style>
a { background-color: #05B9D7; }
a { background-color: rgb(5,185,215); }
div.DivClassName
{
background-color: #05B9D7;
}
.BgClassName
{
background-color: #05B9D7;
}
</style>
border-color css
<style>
span { border-color: #05B9D7; }
span { border-color: rgb(5,185,215); }
td.TdClassName
{
border-color: #05B9D7;
}
.TagClassName
{
border-color: #05B9D7;
}
</style>