Shades of Iris Blue #07AEBC
Tints of Iris Blue #07AEBC
RGB
CMYK
RGB Variations
Color information
#07AEBC (or 0x07AEBC) is known color: Iris Blue. HEX triplet: 07, AE and BC. RGB value is (7,174,188). Sum of RGB (Red+Green+Blue) = 7+174+188=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #07AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AEBC is #F85143. Grayscale: #7D7D7D. Windows color (decimal): -16273732 or 12365319. OLE color: 12365319.
HSL color Cylindrical-coordinate representation of color #07AEBC: hue angle of 184.64º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AEBC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 174 | 188 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.26 |
| HSL | 184.64º | 0.93% | 0.38% | - |
| HSV(B) | 184.64º | 0.96% | 0.74% | - |
| XYZ | 24.3 | 33.95 | 52.85 | - |
| YUV | 125.66 | 163.17 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 188 | 0.96 | 0.07 | 0 | 0.26 | 184.64 | 0.93 | 0.38 |
| Hex | 7 | AE | BC | 60 | 7 | 0 | 1A | B9 | 5D | 26 |
| Octal | 7 | 256 | 274 | 140 | 7 | 0 | 32 | 271 | 135 | 46 |
| Binary | 111 | 10101110 | 10111100 | 1100000 | 111 | 0 | 11010 | 10111001 | 1011101 | 100110 |
Color Harmonies of #07AEBC
Complementary color
Monochromatic Colors of #07AEBC
Black with #07AEBC
Text Example
Text Example
White with #07AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AEBC; }
p { color: rgb(7,174,188); }
H1.HeaderClassName
{
color: #07AEBC;
}
.AnyTagClassName
{
color: #07AEBC;
}
</style>
background-color css
<style>
a { background-color: #07AEBC; }
a { background-color: rgb(7,174,188); }
div.DivClassName
{
background-color: #07AEBC;
}
.BgClassName
{
background-color: #07AEBC;
}
</style>
border-color css
<style>
span { border-color: #07AEBC; }
span { border-color: rgb(7,174,188); }
td.TdClassName
{
border-color: #07AEBC;
}
.TagClassName
{
border-color: #07AEBC;
}
</style>