Shades of Iris Blue #05ADC4
Tints of Iris Blue #05ADC4
RGB
CMYK
RGB Variations
Color information
#05ADC4 (or 0x05ADC4) is known color: Iris Blue. HEX triplet: 05, AD and C4. RGB value is (5,173,196). Sum of RGB (Red+Green+Blue) = 5+173+196=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #05ADC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADC4 is #FA523B. Grayscale: #7D7D7D. Windows color (decimal): -16405052 or 12889349. OLE color: 12889349.
HSL color Cylindrical-coordinate representation of color #05ADC4: hue angle of 187.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ADC4 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 173 | 196 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.23 |
| HSL | 187.23º | 0.95% | 0.39% | - |
| HSV(B) | 187.23º | 0.97% | 0.77% | - |
| XYZ | 24.97 | 33.9 | 57.45 | - |
| YUV | 125.39 | 167.84 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 196 | 0.97 | 0.12 | 0 | 0.23 | 187.23 | 0.95 | 0.39 |
| Hex | 5 | AD | C4 | 61 | C | 0 | 17 | BB | 5F | 27 |
| Octal | 5 | 255 | 304 | 141 | 14 | 0 | 27 | 273 | 137 | 47 |
| Binary | 101 | 10101101 | 11000100 | 1100001 | 1100 | 0 | 10111 | 10111011 | 1011111 | 100111 |
Color Harmonies of #05ADC4
Complementary color
Monochromatic Colors of #05ADC4
Black with #05ADC4
Text Example
Text Example
White with #05ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADC4; }
p { color: rgb(5,173,196); }
H1.HeaderClassName
{
color: #05ADC4;
}
.AnyTagClassName
{
color: #05ADC4;
}
</style>
background-color css
<style>
a { background-color: #05ADC4; }
a { background-color: rgb(5,173,196); }
div.DivClassName
{
background-color: #05ADC4;
}
.BgClassName
{
background-color: #05ADC4;
}
</style>
border-color css
<style>
span { border-color: #05ADC4; }
span { border-color: rgb(5,173,196); }
td.TdClassName
{
border-color: #05ADC4;
}
.TagClassName
{
border-color: #05ADC4;
}
</style>