Shades of Iris Blue #06ADDA
Tints of Iris Blue #06ADDA
RGB
CMYK
RGB Variations
Color information
#06ADDA (or 0x06ADDA) is known color: Iris Blue. HEX triplet: 06, AD and DA. RGB value is (6,173,218). Sum of RGB (Red+Green+Blue) = 6+173+218=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #06ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADDA is #F95225. Grayscale: #7F7F7F. Windows color (decimal): -16339494 or 14331142. OLE color: 14331142.
HSL color Cylindrical-coordinate representation of color #06ADDA: hue angle of 192.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADDA is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 173 | 218 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.15 |
| HSL | 192.74º | 0.95% | 0.44% | - |
| HSV(B) | 192.74º | 0.97% | 0.85% | - |
| XYZ | 27.67 | 34.99 | 71.62 | - |
| YUV | 128.2 | 178.67 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 218 | 0.97 | 0.21 | 0 | 0.15 | 192.74 | 0.95 | 0.44 |
| Hex | 6 | AD | DA | 61 | 15 | 0 | F | C1 | 5F | 2C |
| Octal | 6 | 255 | 332 | 141 | 25 | 0 | 17 | 301 | 137 | 54 |
| Binary | 110 | 10101101 | 11011010 | 1100001 | 10101 | 0 | 1111 | 11000001 | 1011111 | 101100 |
Color Harmonies of #06ADDA
Complementary color
Monochromatic Colors of #06ADDA
Black with #06ADDA
Text Example
Text Example
White with #06ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADDA; }
p { color: rgb(6,173,218); }
H1.HeaderClassName
{
color: #06ADDA;
}
.AnyTagClassName
{
color: #06ADDA;
}
</style>
background-color css
<style>
a { background-color: #06ADDA; }
a { background-color: rgb(6,173,218); }
div.DivClassName
{
background-color: #06ADDA;
}
.BgClassName
{
background-color: #06ADDA;
}
</style>
border-color css
<style>
span { border-color: #06ADDA; }
span { border-color: rgb(6,173,218); }
td.TdClassName
{
border-color: #06ADDA;
}
.TagClassName
{
border-color: #06ADDA;
}
</style>