Shades of Iris Blue #05B0DD
Tints of Iris Blue #05B0DD
RGB
CMYK
RGB Variations
Color information
#05B0DD (or 0x05B0DD) is known color: Iris Blue. HEX triplet: 05, B0 and DD. RGB value is (5,176,221). Sum of RGB (Red+Green+Blue) = 5+176+221=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #05B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B0DD is #FA4F22. Grayscale: #818181. Windows color (decimal): -16404259 or 14528517. OLE color: 14528517.
HSL color Cylindrical-coordinate representation of color #05B0DD: hue angle of 192.5º 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 #05B0DD is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 176 | 221 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.13 |
| HSL | 192.5º | 0.96% | 0.44% | - |
| HSV(B) | 192.5º | 0.98% | 0.87% | - |
| XYZ | 28.64 | 36.3 | 73.9 | - |
| YUV | 130 | 179.35 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 176 | 221 | 0.98 | 0.20 | 0 | 0.13 | 192.5 | 0.96 | 0.44 |
| Hex | 5 | B0 | DD | 62 | 14 | 0 | D | C0 | 60 | 2C |
| Octal | 5 | 260 | 335 | 142 | 24 | 0 | 15 | 300 | 140 | 54 |
| Binary | 101 | 10110000 | 11011101 | 1100010 | 10100 | 0 | 1101 | 11000000 | 1100000 | 101100 |
Color Harmonies of #05B0DD
Complementary color
Monochromatic Colors of #05B0DD
Black with #05B0DD
Text Example
Text Example
White with #05B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B0DD; }
p { color: rgb(5,176,221); }
H1.HeaderClassName
{
color: #05B0DD;
}
.AnyTagClassName
{
color: #05B0DD;
}
</style>
background-color css
<style>
a { background-color: #05B0DD; }
a { background-color: rgb(5,176,221); }
div.DivClassName
{
background-color: #05B0DD;
}
.BgClassName
{
background-color: #05B0DD;
}
</style>
border-color css
<style>
span { border-color: #05B0DD; }
span { border-color: rgb(5,176,221); }
td.TdClassName
{
border-color: #05B0DD;
}
.TagClassName
{
border-color: #05B0DD;
}
</style>