Shades of Iris Blue #07AEDB
Tints of Iris Blue #07AEDB
RGB
CMYK
RGB Variations
Color information
#07AEDB (or 0x07AEDB) is known color: Iris Blue. HEX triplet: 07, AE and DB. RGB value is (7,174,219). Sum of RGB (Red+Green+Blue) = 7+174+219=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #07AEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AEDB is #F85124. Grayscale: #808080. Windows color (decimal): -16273701 or 14396935. OLE color: 14396935.
HSL color Cylindrical-coordinate representation of color #07AEDB: hue angle of 192.74º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AEDB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 174 | 219 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.14 |
| HSL | 192.74º | 0.94% | 0.44% | - |
| HSV(B) | 192.74º | 0.97% | 0.86% | - |
| XYZ | 28.01 | 35.43 | 72.38 | - |
| YUV | 129.2 | 178.67 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 219 | 0.97 | 0.21 | 0 | 0.14 | 192.74 | 0.94 | 0.44 |
| Hex | 7 | AE | DB | 61 | 15 | 0 | E | C1 | 5E | 2C |
| Octal | 7 | 256 | 333 | 141 | 25 | 0 | 16 | 301 | 136 | 54 |
| Binary | 111 | 10101110 | 11011011 | 1100001 | 10101 | 0 | 1110 | 11000001 | 1011110 | 101100 |
Color Harmonies of #07AEDB
Complementary color
Monochromatic Colors of #07AEDB
Black with #07AEDB
Text Example
Text Example
White with #07AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AEDB; }
p { color: rgb(7,174,219); }
H1.HeaderClassName
{
color: #07AEDB;
}
.AnyTagClassName
{
color: #07AEDB;
}
</style>
background-color css
<style>
a { background-color: #07AEDB; }
a { background-color: rgb(7,174,219); }
div.DivClassName
{
background-color: #07AEDB;
}
.BgClassName
{
background-color: #07AEDB;
}
</style>
border-color css
<style>
span { border-color: #07AEDB; }
span { border-color: rgb(7,174,219); }
td.TdClassName
{
border-color: #07AEDB;
}
.TagClassName
{
border-color: #07AEDB;
}
</style>