Shades of Iris Blue #07ADE1
Tints of Iris Blue #07ADE1
RGB
CMYK
RGB Variations
Color information
#07ADE1 (or 0x07ADE1) is known color: Iris Blue. HEX triplet: 07, AD and E1. RGB value is (7,173,225). Sum of RGB (Red+Green+Blue) = 7+173+225=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #07ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADE1 is #F8521E. Grayscale: #808080. Windows color (decimal): -16273951 or 14789895. OLE color: 14789895.
HSL color Cylindrical-coordinate representation of color #07ADE1: hue angle of 194.31º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ADE1 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 173 | 225 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.12 |
| HSL | 194.31º | 0.94% | 0.45% | - |
| HSV(B) | 194.31º | 0.97% | 0.88% | - |
| XYZ | 28.62 | 35.37 | 76.55 | - |
| YUV | 129.29 | 182 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 225 | 0.97 | 0.23 | 0 | 0.12 | 194.31 | 0.94 | 0.45 |
| Hex | 7 | AD | E1 | 61 | 17 | 0 | C | C2 | 5E | 2D |
| Octal | 7 | 255 | 341 | 141 | 27 | 0 | 14 | 302 | 136 | 55 |
| Binary | 111 | 10101101 | 11100001 | 1100001 | 10111 | 0 | 1100 | 11000010 | 1011110 | 101101 |
Color Harmonies of #07ADE1
Complementary color
Monochromatic Colors of #07ADE1
Black with #07ADE1
Text Example
Text Example
White with #07ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ADE1; }
p { color: rgb(7,173,225); }
H1.HeaderClassName
{
color: #07ADE1;
}
.AnyTagClassName
{
color: #07ADE1;
}
</style>
background-color css
<style>
a { background-color: #07ADE1; }
a { background-color: rgb(7,173,225); }
div.DivClassName
{
background-color: #07ADE1;
}
.BgClassName
{
background-color: #07ADE1;
}
</style>
border-color css
<style>
span { border-color: #07ADE1; }
span { border-color: rgb(7,173,225); }
td.TdClassName
{
border-color: #07ADE1;
}
.TagClassName
{
border-color: #07ADE1;
}
</style>