Shades of Iris Blue #07AEDC
Tints of Iris Blue #07AEDC
RGB
CMYK
RGB Variations
Color information
#07AEDC (or 0x07AEDC) is known color: Iris Blue. HEX triplet: 07, AE and DC. RGB value is (7,174,220). Sum of RGB (Red+Green+Blue) = 7+174+220=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #07AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AEDC is #F85123. Grayscale: #808080. Windows color (decimal): -16273700 or 14462471. OLE color: 14462471.
HSL color Cylindrical-coordinate representation of color #07AEDC: hue angle of 192.96º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AEDC is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 174 | 220 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.14 |
| HSL | 192.96º | 0.94% | 0.45% | - |
| HSV(B) | 192.96º | 0.97% | 0.86% | - |
| XYZ | 28.14 | 35.48 | 73.08 | - |
| YUV | 129.31 | 179.17 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 220 | 0.97 | 0.21 | 0 | 0.14 | 192.96 | 0.94 | 0.45 |
| Hex | 7 | AE | DC | 61 | 15 | 0 | E | C1 | 5E | 2D |
| Octal | 7 | 256 | 334 | 141 | 25 | 0 | 16 | 301 | 136 | 55 |
| Binary | 111 | 10101110 | 11011100 | 1100001 | 10101 | 0 | 1110 | 11000001 | 1011110 | 101101 |
Color Harmonies of #07AEDC
Complementary color
Monochromatic Colors of #07AEDC
Black with #07AEDC
Text Example
Text Example
White with #07AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AEDC; }
p { color: rgb(7,174,220); }
H1.HeaderClassName
{
color: #07AEDC;
}
.AnyTagClassName
{
color: #07AEDC;
}
</style>
background-color css
<style>
a { background-color: #07AEDC; }
a { background-color: rgb(7,174,220); }
div.DivClassName
{
background-color: #07AEDC;
}
.BgClassName
{
background-color: #07AEDC;
}
</style>
border-color css
<style>
span { border-color: #07AEDC; }
span { border-color: rgb(7,174,220); }
td.TdClassName
{
border-color: #07AEDC;
}
.TagClassName
{
border-color: #07AEDC;
}
</style>