Shades of Iris Blue #07ABDC
Tints of Iris Blue #07ABDC
RGB
CMYK
RGB Variations
Color information
#07ABDC (or 0x07ABDC) is known color: Iris Blue. HEX triplet: 07, AB and DC. RGB value is (7,171,220). Sum of RGB (Red+Green+Blue) = 7+171+220=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #07ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABDC is #F85423. Grayscale: #7F7F7F. Windows color (decimal): -16274468 or 14461703. OLE color: 14461703.
HSL color Cylindrical-coordinate representation of color #07ABDC: hue angle of 193.8º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABDC is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 171 | 220 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.14 |
| HSL | 193.8º | 0.94% | 0.45% | - |
| HSV(B) | 193.8º | 0.97% | 0.86% | - |
| XYZ | 27.57 | 34.34 | 72.89 | - |
| YUV | 127.55 | 180.17 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 220 | 0.97 | 0.22 | 0 | 0.14 | 193.8 | 0.94 | 0.45 |
| Hex | 7 | AB | DC | 61 | 16 | 0 | E | C2 | 5E | 2D |
| Octal | 7 | 253 | 334 | 141 | 26 | 0 | 16 | 302 | 136 | 55 |
| Binary | 111 | 10101011 | 11011100 | 1100001 | 10110 | 0 | 1110 | 11000010 | 1011110 | 101101 |
Color Harmonies of #07ABDC
Complementary color
Monochromatic Colors of #07ABDC
Black with #07ABDC
Text Example
Text Example
White with #07ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABDC; }
p { color: rgb(7,171,220); }
H1.HeaderClassName
{
color: #07ABDC;
}
.AnyTagClassName
{
color: #07ABDC;
}
</style>
background-color css
<style>
a { background-color: #07ABDC; }
a { background-color: rgb(7,171,220); }
div.DivClassName
{
background-color: #07ABDC;
}
.BgClassName
{
background-color: #07ABDC;
}
</style>
border-color css
<style>
span { border-color: #07ABDC; }
span { border-color: rgb(7,171,220); }
td.TdClassName
{
border-color: #07ABDC;
}
.TagClassName
{
border-color: #07ABDC;
}
</style>