Shades of Iris Blue #07ABBD
Tints of Iris Blue #07ABBD
RGB
CMYK
RGB Variations
Color information
#07ABBD (or 0x07ABBD) is known color: Iris Blue. HEX triplet: 07, AB and BD. RGB value is (7,171,189). Sum of RGB (Red+Green+Blue) = 7+171+189=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #07ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABBD is #F85442. Grayscale: #7B7B7B. Windows color (decimal): -16274499 or 12430087. OLE color: 12430087.
HSL color Cylindrical-coordinate representation of color #07ABBD: hue angle of 185.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ABBD is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 171 | 189 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.26 |
| HSL | 185.93º | 0.93% | 0.38% | - |
| HSV(B) | 185.93º | 0.96% | 0.74% | - |
| XYZ | 23.84 | 32.85 | 53.23 | - |
| YUV | 124.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 189 | 0.96 | 0.10 | 0 | 0.26 | 185.93 | 0.93 | 0.38 |
| Hex | 7 | AB | BD | 60 | A | 0 | 1A | BA | 5D | 26 |
| Octal | 7 | 253 | 275 | 140 | 12 | 0 | 32 | 272 | 135 | 46 |
| Binary | 111 | 10101011 | 10111101 | 1100000 | 1010 | 0 | 11010 | 10111010 | 1011101 | 100110 |
Color Harmonies of #07ABBD
Complementary color
Monochromatic Colors of #07ABBD
Black with #07ABBD
Text Example
Text Example
White with #07ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ABBD; }
p { color: rgb(7,171,189); }
H1.HeaderClassName
{
color: #07ABBD;
}
.AnyTagClassName
{
color: #07ABBD;
}
</style>
background-color css
<style>
a { background-color: #07ABBD; }
a { background-color: rgb(7,171,189); }
div.DivClassName
{
background-color: #07ABBD;
}
.BgClassName
{
background-color: #07ABBD;
}
</style>
border-color css
<style>
span { border-color: #07ABBD; }
span { border-color: rgb(7,171,189); }
td.TdClassName
{
border-color: #07ABBD;
}
.TagClassName
{
border-color: #07ABBD;
}
</style>