Shades of Iris Blue #06ADB5
Tints of Iris Blue #06ADB5
RGB
CMYK
RGB Variations
Color information
#06ADB5 (or 0x06ADB5) is known color: Iris Blue. HEX triplet: 06, AD and B5. RGB value is (6,173,181). Sum of RGB (Red+Green+Blue) = 6+173+181=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #06ADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADB5 is #F9524A. Grayscale: #7B7B7B. Windows color (decimal): -16339531 or 11906310. OLE color: 11906310.
HSL color Cylindrical-coordinate representation of color #06ADB5: hue angle of 182.74º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADB5 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 173 | 181 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.29 |
| HSL | 182.74º | 0.94% | 0.37% | - |
| HSV(B) | 182.74º | 0.97% | 0.71% | - |
| XYZ | 23.36 | 33.26 | 48.91 | - |
| YUV | 123.98 | 160.17 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 181 | 0.97 | 0.04 | 0 | 0.29 | 182.74 | 0.94 | 0.37 |
| Hex | 6 | AD | B5 | 61 | 4 | 0 | 1D | B7 | 5E | 25 |
| Octal | 6 | 255 | 265 | 141 | 4 | 0 | 35 | 267 | 136 | 45 |
| Binary | 110 | 10101101 | 10110101 | 1100001 | 100 | 0 | 11101 | 10110111 | 1011110 | 100101 |
Color Harmonies of #06ADB5
Complementary color
Monochromatic Colors of #06ADB5
Black with #06ADB5
Text Example
Text Example
White with #06ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADB5; }
p { color: rgb(6,173,181); }
H1.HeaderClassName
{
color: #06ADB5;
}
.AnyTagClassName
{
color: #06ADB5;
}
</style>
background-color css
<style>
a { background-color: #06ADB5; }
a { background-color: rgb(6,173,181); }
div.DivClassName
{
background-color: #06ADB5;
}
.BgClassName
{
background-color: #06ADB5;
}
</style>
border-color css
<style>
span { border-color: #06ADB5; }
span { border-color: rgb(6,173,181); }
td.TdClassName
{
border-color: #06ADB5;
}
.TagClassName
{
border-color: #06ADB5;
}
</style>