Shades of Iris Blue #07ABDF
Tints of Iris Blue #07ABDF
RGB
CMYK
RGB Variations
Color information
#07ABDF (or 0x07ABDF) is known color: Iris Blue. HEX triplet: 07, AB and DF. RGB value is (7,171,223). Sum of RGB (Red+Green+Blue) = 7+171+223=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #07ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABDF is #F85420. Grayscale: #7F7F7F. Windows color (decimal): -16274465 or 14658311. OLE color: 14658311.
HSL color Cylindrical-coordinate representation of color #07ABDF: hue angle of 194.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABDF is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 171 | 223 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.13 |
| HSL | 194.44º | 0.94% | 0.45% | - |
| HSV(B) | 194.44º | 0.97% | 0.87% | - |
| XYZ | 27.97 | 34.5 | 75 | - |
| YUV | 127.89 | 181.67 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 223 | 0.97 | 0.23 | 0 | 0.13 | 194.44 | 0.94 | 0.45 |
| Hex | 7 | AB | DF | 61 | 17 | 0 | D | C2 | 5E | 2D |
| Octal | 7 | 253 | 337 | 141 | 27 | 0 | 15 | 302 | 136 | 55 |
| Binary | 111 | 10101011 | 11011111 | 1100001 | 10111 | 0 | 1101 | 11000010 | 1011110 | 101101 |
Color Harmonies of #07ABDF
Complementary color
Monochromatic Colors of #07ABDF
Black with #07ABDF
Text Example
Text Example
White with #07ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABDF; }
p { color: rgb(7,171,223); }
H1.HeaderClassName
{
color: #07ABDF;
}
.AnyTagClassName
{
color: #07ABDF;
}
</style>
background-color css
<style>
a { background-color: #07ABDF; }
a { background-color: rgb(7,171,223); }
div.DivClassName
{
background-color: #07ABDF;
}
.BgClassName
{
background-color: #07ABDF;
}
</style>
border-color css
<style>
span { border-color: #07ABDF; }
span { border-color: rgb(7,171,223); }
td.TdClassName
{
border-color: #07ABDF;
}
.TagClassName
{
border-color: #07ABDF;
}
</style>