Shades of Iris Blue #05ADBC
Tints of Iris Blue #05ADBC
RGB
CMYK
RGB Variations
Color information
#05ADBC (or 0x05ADBC) is known color: Iris Blue. HEX triplet: 05, AD and BC. RGB value is (5,173,188). Sum of RGB (Red+Green+Blue) = 5+173+188=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #05ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADBC is #FA5243. Grayscale: #7C7C7C. Windows color (decimal): -16405060 or 12365061. OLE color: 12365061.
HSL color Cylindrical-coordinate representation of color #05ADBC: hue angle of 184.92º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ADBC is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 173 | 188 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.26 |
| HSL | 184.92º | 0.95% | 0.38% | - |
| HSV(B) | 184.92º | 0.97% | 0.74% | - |
| XYZ | 24.08 | 33.55 | 52.78 | - |
| YUV | 124.48 | 163.84 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 188 | 0.97 | 0.08 | 0 | 0.26 | 184.92 | 0.95 | 0.38 |
| Hex | 5 | AD | BC | 61 | 8 | 0 | 1A | B9 | 5F | 26 |
| Octal | 5 | 255 | 274 | 141 | 10 | 0 | 32 | 271 | 137 | 46 |
| Binary | 101 | 10101101 | 10111100 | 1100001 | 1000 | 0 | 11010 | 10111001 | 1011111 | 100110 |
Color Harmonies of #05ADBC
Complementary color
Monochromatic Colors of #05ADBC
Black with #05ADBC
Text Example
Text Example
White with #05ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADBC; }
p { color: rgb(5,173,188); }
H1.HeaderClassName
{
color: #05ADBC;
}
.AnyTagClassName
{
color: #05ADBC;
}
</style>
background-color css
<style>
a { background-color: #05ADBC; }
a { background-color: rgb(5,173,188); }
div.DivClassName
{
background-color: #05ADBC;
}
.BgClassName
{
background-color: #05ADBC;
}
</style>
border-color css
<style>
span { border-color: #05ADBC; }
span { border-color: rgb(5,173,188); }
td.TdClassName
{
border-color: #05ADBC;
}
.TagClassName
{
border-color: #05ADBC;
}
</style>