Shades of Iris Blue #07ADD9
Tints of Iris Blue #07ADD9
RGB
CMYK
RGB Variations
Color information
#07ADD9 (or 0x07ADD9) is known color: Iris Blue. HEX triplet: 07, AD and D9. RGB value is (7,173,217). Sum of RGB (Red+Green+Blue) = 7+173+217=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #07ADD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADD9 is #F85226. Grayscale: #808080. Windows color (decimal): -16273959 or 14265607. OLE color: 14265607.
HSL color Cylindrical-coordinate representation of color #07ADD9: hue angle of 192.57º degrees, saturation: 0.94, 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 #07ADD9 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 173 | 217 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.15 |
| HSL | 192.57º | 0.94% | 0.44% | - |
| HSV(B) | 192.57º | 0.97% | 0.85% | - |
| XYZ | 27.56 | 34.94 | 70.94 | - |
| YUV | 128.38 | 178 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 217 | 0.97 | 0.20 | 0 | 0.15 | 192.57 | 0.94 | 0.44 |
| Hex | 7 | AD | D9 | 61 | 14 | 0 | F | C1 | 5E | 2C |
| Octal | 7 | 255 | 331 | 141 | 24 | 0 | 17 | 301 | 136 | 54 |
| Binary | 111 | 10101101 | 11011001 | 1100001 | 10100 | 0 | 1111 | 11000001 | 1011110 | 101100 |
Color Harmonies of #07ADD9
Complementary color
Monochromatic Colors of #07ADD9
Black with #07ADD9
Text Example
Text Example
White with #07ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADD9; }
p { color: rgb(7,173,217); }
H1.HeaderClassName
{
color: #07ADD9;
}
.AnyTagClassName
{
color: #07ADD9;
}
</style>
background-color css
<style>
a { background-color: #07ADD9; }
a { background-color: rgb(7,173,217); }
div.DivClassName
{
background-color: #07ADD9;
}
.BgClassName
{
background-color: #07ADD9;
}
</style>
border-color css
<style>
span { border-color: #07ADD9; }
span { border-color: rgb(7,173,217); }
td.TdClassName
{
border-color: #07ADD9;
}
.TagClassName
{
border-color: #07ADD9;
}
</style>