Shades of Iris Blue #07ABCD
Tints of Iris Blue #07ABCD
RGB
CMYK
RGB Variations
Color information
#07ABCD (or 0x07ABCD) is known color: Iris Blue. HEX triplet: 07, AB and CD. RGB value is (7,171,205). Sum of RGB (Red+Green+Blue) = 7+171+205=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #07ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABCD is #F85432. Grayscale: #7D7D7D. Windows color (decimal): -16274483 or 13478663. OLE color: 13478663.
HSL color Cylindrical-coordinate representation of color #07ABCD: hue angle of 190.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABCD is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 171 | 205 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.20 |
| HSL | 190.3º | 0.93% | 0.42% | - |
| HSV(B) | 190.3º | 0.97% | 0.8% | - |
| XYZ | 25.67 | 33.58 | 62.89 | - |
| YUV | 125.84 | 172.67 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 205 | 0.97 | 0.17 | 0 | 0.20 | 190.3 | 0.93 | 0.42 |
| Hex | 7 | AB | CD | 61 | 11 | 0 | 14 | BE | 5D | 2A |
| Octal | 7 | 253 | 315 | 141 | 21 | 0 | 24 | 276 | 135 | 52 |
| Binary | 111 | 10101011 | 11001101 | 1100001 | 10001 | 0 | 10100 | 10111110 | 1011101 | 101010 |
Color Harmonies of #07ABCD
Complementary color
Monochromatic Colors of #07ABCD
Black with #07ABCD
Text Example
Text Example
White with #07ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABCD; }
p { color: rgb(7,171,205); }
H1.HeaderClassName
{
color: #07ABCD;
}
.AnyTagClassName
{
color: #07ABCD;
}
</style>
background-color css
<style>
a { background-color: #07ABCD; }
a { background-color: rgb(7,171,205); }
div.DivClassName
{
background-color: #07ABCD;
}
.BgClassName
{
background-color: #07ABCD;
}
</style>
border-color css
<style>
span { border-color: #07ABCD; }
span { border-color: rgb(7,171,205); }
td.TdClassName
{
border-color: #07ABCD;
}
.TagClassName
{
border-color: #07ABCD;
}
</style>