Shades of Iris Blue #07ABC3
Tints of Iris Blue #07ABC3
RGB
CMYK
RGB Variations
Color information
#07ABC3 (or 0x07ABC3) is known color: Iris Blue. HEX triplet: 07, AB and C3. RGB value is (7,171,195). Sum of RGB (Red+Green+Blue) = 7+171+195=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #07ABC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABC3 is #F8543C. Grayscale: #7C7C7C. Windows color (decimal): -16274493 or 12823303. OLE color: 12823303.
HSL color Cylindrical-coordinate representation of color #07ABC3: hue angle of 187.66º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ABC3 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 171 | 195 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.24 |
| HSL | 187.66º | 0.93% | 0.4% | - |
| HSV(B) | 187.66º | 0.96% | 0.76% | - |
| XYZ | 24.5 | 33.11 | 56.73 | - |
| YUV | 124.7 | 167.67 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 195 | 0.96 | 0.12 | 0 | 0.24 | 187.66 | 0.93 | 0.4 |
| Hex | 7 | AB | C3 | 60 | C | 0 | 18 | BC | 5D | 28 |
| Octal | 7 | 253 | 303 | 140 | 14 | 0 | 30 | 274 | 135 | 50 |
| Binary | 111 | 10101011 | 11000011 | 1100000 | 1100 | 0 | 11000 | 10111100 | 1011101 | 101000 |
Color Harmonies of #07ABC3
Complementary color
Monochromatic Colors of #07ABC3
Black with #07ABC3
Text Example
Text Example
White with #07ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABC3; }
p { color: rgb(7,171,195); }
H1.HeaderClassName
{
color: #07ABC3;
}
.AnyTagClassName
{
color: #07ABC3;
}
</style>
background-color css
<style>
a { background-color: #07ABC3; }
a { background-color: rgb(7,171,195); }
div.DivClassName
{
background-color: #07ABC3;
}
.BgClassName
{
background-color: #07ABC3;
}
</style>
border-color css
<style>
span { border-color: #07ABC3; }
span { border-color: rgb(7,171,195); }
td.TdClassName
{
border-color: #07ABC3;
}
.TagClassName
{
border-color: #07ABC3;
}
</style>