Shades of Iris Blue #06ADB7
Tints of Iris Blue #06ADB7
RGB
CMYK
RGB Variations
Color information
#06ADB7 (or 0x06ADB7) is known color: Iris Blue. HEX triplet: 06, AD and B7. RGB value is (6,173,183). Sum of RGB (Red+Green+Blue) = 6+173+183=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #06ADB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADB7 is #F95248. Grayscale: #7B7B7B. Windows color (decimal): -16339529 or 12037382. OLE color: 12037382.
HSL color Cylindrical-coordinate representation of color #06ADB7: hue angle of 183.39º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADB7 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 173 | 183 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.28 |
| HSL | 183.39º | 0.94% | 0.37% | - |
| HSV(B) | 183.39º | 0.97% | 0.72% | - |
| XYZ | 23.57 | 33.34 | 49.99 | - |
| YUV | 124.21 | 161.17 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 183 | 0.97 | 0.05 | 0 | 0.28 | 183.39 | 0.94 | 0.37 |
| Hex | 6 | AD | B7 | 61 | 5 | 0 | 1C | B7 | 5E | 25 |
| Octal | 6 | 255 | 267 | 141 | 5 | 0 | 34 | 267 | 136 | 45 |
| Binary | 110 | 10101101 | 10110111 | 1100001 | 101 | 0 | 11100 | 10110111 | 1011110 | 100101 |
Color Harmonies of #06ADB7
Complementary color
Monochromatic Colors of #06ADB7
Black with #06ADB7
Text Example
Text Example
White with #06ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADB7; }
p { color: rgb(6,173,183); }
H1.HeaderClassName
{
color: #06ADB7;
}
.AnyTagClassName
{
color: #06ADB7;
}
</style>
background-color css
<style>
a { background-color: #06ADB7; }
a { background-color: rgb(6,173,183); }
div.DivClassName
{
background-color: #06ADB7;
}
.BgClassName
{
background-color: #06ADB7;
}
</style>
border-color css
<style>
span { border-color: #06ADB7; }
span { border-color: rgb(6,173,183); }
td.TdClassName
{
border-color: #06ADB7;
}
.TagClassName
{
border-color: #06ADB7;
}
</style>