Shades of Iris Blue #07ABCC
Tints of Iris Blue #07ABCC
RGB
CMYK
RGB Variations
Color information
#07ABCC (or 0x07ABCC) is known color: Iris Blue. HEX triplet: 07, AB and CC. RGB value is (7,171,204). Sum of RGB (Red+Green+Blue) = 7+171+204=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #07ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABCC is #F85433. Grayscale: #7D7D7D. Windows color (decimal): -16274484 or 13413127. OLE color: 13413127.
HSL color Cylindrical-coordinate representation of color #07ABCC: hue angle of 190.05º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABCC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 171 | 204 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.2 |
| HSL | 190.05º | 0.93% | 0.41% | - |
| HSV(B) | 190.05º | 0.97% | 0.8% | - |
| XYZ | 25.55 | 33.53 | 62.25 | - |
| YUV | 125.73 | 172.17 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 204 | 0.97 | 0.16 | 0 | 0.2 | 190.05 | 0.93 | 0.41 |
| Hex | 7 | AB | CC | 61 | 10 | 0 | 14 | BE | 5D | 29 |
| Octal | 7 | 253 | 314 | 141 | 20 | 0 | 24 | 276 | 135 | 51 |
| Binary | 111 | 10101011 | 11001100 | 1100001 | 10000 | 0 | 10100 | 10111110 | 1011101 | 101001 |
Color Harmonies of #07ABCC
Complementary color
Monochromatic Colors of #07ABCC
Black with #07ABCC
Text Example
Text Example
White with #07ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABCC; }
p { color: rgb(7,171,204); }
H1.HeaderClassName
{
color: #07ABCC;
}
.AnyTagClassName
{
color: #07ABCC;
}
</style>
background-color css
<style>
a { background-color: #07ABCC; }
a { background-color: rgb(7,171,204); }
div.DivClassName
{
background-color: #07ABCC;
}
.BgClassName
{
background-color: #07ABCC;
}
</style>
border-color css
<style>
span { border-color: #07ABCC; }
span { border-color: rgb(7,171,204); }
td.TdClassName
{
border-color: #07ABCC;
}
.TagClassName
{
border-color: #07ABCC;
}
</style>