Shades of Iris Blue #05ADB5
Tints of Iris Blue #05ADB5
RGB
CMYK
RGB Variations
Color information
#05ADB5 (or 0x05ADB5) is known color: Iris Blue. HEX triplet: 05, AD and B5. RGB value is (5,173,181). Sum of RGB (Red+Green+Blue) = 5+173+181=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #05ADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADB5 is #FA524A. Grayscale: #7B7B7B. Windows color (decimal): -16405067 or 11906309. OLE color: 11906309.
HSL color Cylindrical-coordinate representation of color #05ADB5: hue angle of 182.73º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ADB5 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 173 | 181 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.29 |
| HSL | 182.73º | 0.95% | 0.36% | - |
| HSV(B) | 182.73º | 0.97% | 0.71% | - |
| XYZ | 23.35 | 33.26 | 48.9 | - |
| YUV | 123.68 | 160.34 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 181 | 0.97 | 0.04 | 0 | 0.29 | 182.73 | 0.95 | 0.36 |
| Hex | 5 | AD | B5 | 61 | 4 | 0 | 1D | B7 | 5F | 24 |
| Octal | 5 | 255 | 265 | 141 | 4 | 0 | 35 | 267 | 137 | 44 |
| Binary | 101 | 10101101 | 10110101 | 1100001 | 100 | 0 | 11101 | 10110111 | 1011111 | 100100 |
Color Harmonies of #05ADB5
Complementary color
Monochromatic Colors of #05ADB5
Black with #05ADB5
Text Example
Text Example
White with #05ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADB5; }
p { color: rgb(5,173,181); }
H1.HeaderClassName
{
color: #05ADB5;
}
.AnyTagClassName
{
color: #05ADB5;
}
</style>
background-color css
<style>
a { background-color: #05ADB5; }
a { background-color: rgb(5,173,181); }
div.DivClassName
{
background-color: #05ADB5;
}
.BgClassName
{
background-color: #05ADB5;
}
</style>
border-color css
<style>
span { border-color: #05ADB5; }
span { border-color: rgb(5,173,181); }
td.TdClassName
{
border-color: #05ADB5;
}
.TagClassName
{
border-color: #05ADB5;
}
</style>