Shades of Iris Blue #05ADB4
Tints of Iris Blue #05ADB4
RGB
CMYK
RGB Variations
Color information
#05ADB4 (or 0x05ADB4) is known color: Iris Blue. HEX triplet: 05, AD and B4. RGB value is (5,173,180). Sum of RGB (Red+Green+Blue) = 5+173+180=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #05ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADB4 is #FA524B. Grayscale: #7B7B7B. Windows color (decimal): -16405068 or 11840773. OLE color: 11840773.
HSL color Cylindrical-coordinate representation of color #05ADB4: hue angle of 182.4º 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 #05ADB4 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 173 | 180 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.29 |
| HSL | 182.4º | 0.95% | 0.36% | - |
| HSV(B) | 182.4º | 0.97% | 0.71% | - |
| XYZ | 23.24 | 33.21 | 48.37 | - |
| YUV | 123.57 | 159.84 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 180 | 0.97 | 0.04 | 0 | 0.29 | 182.4 | 0.95 | 0.36 |
| Hex | 5 | AD | B4 | 61 | 4 | 0 | 1D | B6 | 5F | 24 |
| Octal | 5 | 255 | 264 | 141 | 4 | 0 | 35 | 266 | 137 | 44 |
| Binary | 101 | 10101101 | 10110100 | 1100001 | 100 | 0 | 11101 | 10110110 | 1011111 | 100100 |
Color Harmonies of #05ADB4
Complementary color
Monochromatic Colors of #05ADB4
Black with #05ADB4
Text Example
Text Example
White with #05ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADB4; }
p { color: rgb(5,173,180); }
H1.HeaderClassName
{
color: #05ADB4;
}
.AnyTagClassName
{
color: #05ADB4;
}
</style>
background-color css
<style>
a { background-color: #05ADB4; }
a { background-color: rgb(5,173,180); }
div.DivClassName
{
background-color: #05ADB4;
}
.BgClassName
{
background-color: #05ADB4;
}
</style>
border-color css
<style>
span { border-color: #05ADB4; }
span { border-color: rgb(5,173,180); }
td.TdClassName
{
border-color: #05ADB4;
}
.TagClassName
{
border-color: #05ADB4;
}
</style>