Shades of Iris Blue #06ADB3
Tints of Iris Blue #06ADB3
RGB
CMYK
RGB Variations
Color information
#06ADB3 (or 0x06ADB3) is known color: Iris Blue. HEX triplet: 06, AD and B3. RGB value is (6,173,179). Sum of RGB (Red+Green+Blue) = 6+173+179=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #06ADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADB3 is #F9524C. Grayscale: #7B7B7B. Windows color (decimal): -16339533 or 11775238. OLE color: 11775238.
HSL color Cylindrical-coordinate representation of color #06ADB3: hue angle of 182.08º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADB3 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 173 | 179 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.30 |
| HSL | 182.08º | 0.94% | 0.36% | - |
| HSV(B) | 182.08º | 0.97% | 0.7% | - |
| XYZ | 23.16 | 33.18 | 47.83 | - |
| YUV | 123.75 | 159.17 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 179 | 0.97 | 0.03 | 0 | 0.30 | 182.08 | 0.94 | 0.36 |
| Hex | 6 | AD | B3 | 61 | 3 | 0 | 1E | B6 | 5E | 24 |
| Octal | 6 | 255 | 263 | 141 | 3 | 0 | 36 | 266 | 136 | 44 |
| Binary | 110 | 10101101 | 10110011 | 1100001 | 11 | 0 | 11110 | 10110110 | 1011110 | 100100 |
Color Harmonies of #06ADB3
Complementary color
Monochromatic Colors of #06ADB3
Black with #06ADB3
Text Example
Text Example
White with #06ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADB3; }
p { color: rgb(6,173,179); }
H1.HeaderClassName
{
color: #06ADB3;
}
.AnyTagClassName
{
color: #06ADB3;
}
</style>
background-color css
<style>
a { background-color: #06ADB3; }
a { background-color: rgb(6,173,179); }
div.DivClassName
{
background-color: #06ADB3;
}
.BgClassName
{
background-color: #06ADB3;
}
</style>
border-color css
<style>
span { border-color: #06ADB3; }
span { border-color: rgb(6,173,179); }
td.TdClassName
{
border-color: #06ADB3;
}
.TagClassName
{
border-color: #06ADB3;
}
</style>