Shades of Iris Blue #05ADC5
Tints of Iris Blue #05ADC5
RGB
CMYK
RGB Variations
Color information
#05ADC5 (or 0x05ADC5) is known color: Iris Blue. HEX triplet: 05, AD and C5. RGB value is (5,173,197). Sum of RGB (Red+Green+Blue) = 5+173+197=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #05ADC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADC5 is #FA523A. Grayscale: #7D7D7D. Windows color (decimal): -16405051 or 12954885. OLE color: 12954885.
HSL color Cylindrical-coordinate representation of color #05ADC5: hue angle of 187.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ADC5 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 173 | 197 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.23 |
| HSL | 187.5º | 0.95% | 0.4% | - |
| HSV(B) | 187.5º | 0.97% | 0.77% | - |
| XYZ | 25.08 | 33.95 | 58.05 | - |
| YUV | 125.5 | 168.34 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 197 | 0.97 | 0.12 | 0 | 0.23 | 187.5 | 0.95 | 0.4 |
| Hex | 5 | AD | C5 | 61 | C | 0 | 17 | BC | 5F | 28 |
| Octal | 5 | 255 | 305 | 141 | 14 | 0 | 27 | 274 | 137 | 50 |
| Binary | 101 | 10101101 | 11000101 | 1100001 | 1100 | 0 | 10111 | 10111100 | 1011111 | 101000 |
Color Harmonies of #05ADC5
Complementary color
Monochromatic Colors of #05ADC5
Black with #05ADC5
Text Example
Text Example
White with #05ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADC5; }
p { color: rgb(5,173,197); }
H1.HeaderClassName
{
color: #05ADC5;
}
.AnyTagClassName
{
color: #05ADC5;
}
</style>
background-color css
<style>
a { background-color: #05ADC5; }
a { background-color: rgb(5,173,197); }
div.DivClassName
{
background-color: #05ADC5;
}
.BgClassName
{
background-color: #05ADC5;
}
</style>
border-color css
<style>
span { border-color: #05ADC5; }
span { border-color: rgb(5,173,197); }
td.TdClassName
{
border-color: #05ADC5;
}
.TagClassName
{
border-color: #05ADC5;
}
</style>