Shades of Iris Blue #07ABCF
Tints of Iris Blue #07ABCF
RGB
CMYK
RGB Variations
Color information
#07ABCF (or 0x07ABCF) is known color: Iris Blue. HEX triplet: 07, AB and CF. RGB value is (7,171,207). Sum of RGB (Red+Green+Blue) = 7+171+207=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #07ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABCF is #F85430. Grayscale: #7D7D7D. Windows color (decimal): -16274481 or 13609735. OLE color: 13609735.
HSL color Cylindrical-coordinate representation of color #07ABCF: hue angle of 190.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABCF is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 171 | 207 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.19 |
| HSL | 190.8º | 0.93% | 0.42% | - |
| HSV(B) | 190.8º | 0.97% | 0.81% | - |
| XYZ | 25.91 | 33.68 | 64.17 | - |
| YUV | 126.07 | 173.67 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 207 | 0.97 | 0.17 | 0 | 0.19 | 190.8 | 0.93 | 0.42 |
| Hex | 7 | AB | CF | 61 | 11 | 0 | 13 | BF | 5D | 2A |
| Octal | 7 | 253 | 317 | 141 | 21 | 0 | 23 | 277 | 135 | 52 |
| Binary | 111 | 10101011 | 11001111 | 1100001 | 10001 | 0 | 10011 | 10111111 | 1011101 | 101010 |
Color Harmonies of #07ABCF
Complementary color
Monochromatic Colors of #07ABCF
Black with #07ABCF
Text Example
Text Example
White with #07ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABCF; }
p { color: rgb(7,171,207); }
H1.HeaderClassName
{
color: #07ABCF;
}
.AnyTagClassName
{
color: #07ABCF;
}
</style>
background-color css
<style>
a { background-color: #07ABCF; }
a { background-color: rgb(7,171,207); }
div.DivClassName
{
background-color: #07ABCF;
}
.BgClassName
{
background-color: #07ABCF;
}
</style>
border-color css
<style>
span { border-color: #07ABCF; }
span { border-color: rgb(7,171,207); }
td.TdClassName
{
border-color: #07ABCF;
}
.TagClassName
{
border-color: #07ABCF;
}
</style>