Shades of Iris Blue #07AECB
Tints of Iris Blue #07AECB
RGB
CMYK
RGB Variations
Color information
#07AECB (or 0x07AECB) is known color: Iris Blue. HEX triplet: 07, AE and CB. RGB value is (7,174,203). Sum of RGB (Red+Green+Blue) = 7+174+203=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #07AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AECB is #F85134. Grayscale: #7F7F7F. Windows color (decimal): -16273717 or 13348359. OLE color: 13348359.
HSL color Cylindrical-coordinate representation of color #07AECB: hue angle of 188.88º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AECB is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 174 | 203 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.20 |
| HSL | 188.88º | 0.93% | 0.41% | - |
| HSV(B) | 188.88º | 0.97% | 0.8% | - |
| XYZ | 26 | 34.63 | 61.81 | - |
| YUV | 127.37 | 170.67 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 203 | 0.97 | 0.14 | 0 | 0.20 | 188.88 | 0.93 | 0.41 |
| Hex | 7 | AE | CB | 61 | E | 0 | 14 | BD | 5D | 29 |
| Octal | 7 | 256 | 313 | 141 | 16 | 0 | 24 | 275 | 135 | 51 |
| Binary | 111 | 10101110 | 11001011 | 1100001 | 1110 | 0 | 10100 | 10111101 | 1011101 | 101001 |
Color Harmonies of #07AECB
Complementary color
Monochromatic Colors of #07AECB
Black with #07AECB
Text Example
Text Example
White with #07AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AECB; }
p { color: rgb(7,174,203); }
H1.HeaderClassName
{
color: #07AECB;
}
.AnyTagClassName
{
color: #07AECB;
}
</style>
background-color css
<style>
a { background-color: #07AECB; }
a { background-color: rgb(7,174,203); }
div.DivClassName
{
background-color: #07AECB;
}
.BgClassName
{
background-color: #07AECB;
}
</style>
border-color css
<style>
span { border-color: #07AECB; }
span { border-color: rgb(7,174,203); }
td.TdClassName
{
border-color: #07AECB;
}
.TagClassName
{
border-color: #07AECB;
}
</style>