Shades of Iris Blue #07ABDA
Tints of Iris Blue #07ABDA
RGB
CMYK
RGB Variations
Color information
#07ABDA (or 0x07ABDA) is known color: Iris Blue. HEX triplet: 07, AB and DA. RGB value is (7,171,218). Sum of RGB (Red+Green+Blue) = 7+171+218=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #07ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABDA is #F85425. Grayscale: #7E7E7E. Windows color (decimal): -16274470 or 14330631. OLE color: 14330631.
HSL color Cylindrical-coordinate representation of color #07ABDA: hue angle of 193.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABDA is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 171 | 218 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.15 |
| HSL | 193.36º | 0.94% | 0.44% | - |
| HSV(B) | 193.36º | 0.97% | 0.85% | - |
| XYZ | 27.31 | 34.23 | 71.5 | - |
| YUV | 127.32 | 179.17 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 218 | 0.97 | 0.22 | 0 | 0.15 | 193.36 | 0.94 | 0.44 |
| Hex | 7 | AB | DA | 61 | 16 | 0 | F | C1 | 5E | 2C |
| Octal | 7 | 253 | 332 | 141 | 26 | 0 | 17 | 301 | 136 | 54 |
| Binary | 111 | 10101011 | 11011010 | 1100001 | 10110 | 0 | 1111 | 11000001 | 1011110 | 101100 |
Color Harmonies of #07ABDA
Complementary color
Monochromatic Colors of #07ABDA
Black with #07ABDA
Text Example
Text Example
White with #07ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABDA; }
p { color: rgb(7,171,218); }
H1.HeaderClassName
{
color: #07ABDA;
}
.AnyTagClassName
{
color: #07ABDA;
}
</style>
background-color css
<style>
a { background-color: #07ABDA; }
a { background-color: rgb(7,171,218); }
div.DivClassName
{
background-color: #07ABDA;
}
.BgClassName
{
background-color: #07ABDA;
}
</style>
border-color css
<style>
span { border-color: #07ABDA; }
span { border-color: rgb(7,171,218); }
td.TdClassName
{
border-color: #07ABDA;
}
.TagClassName
{
border-color: #07ABDA;
}
</style>