Shades of Iris Blue #07AFC6
Tints of Iris Blue #07AFC6
RGB
CMYK
RGB Variations
Color information
#07AFC6 (or 0x07AFC6) is known color: Iris Blue. HEX triplet: 07, AF and C6. RGB value is (7,175,198). Sum of RGB (Red+Green+Blue) = 7+175+198=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #07AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFC6 is #F85039. Grayscale: #7F7F7F. Windows color (decimal): -16273466 or 13020935. OLE color: 13020935.
HSL color Cylindrical-coordinate representation of color #07AFC6: hue angle of 187.23º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AFC6 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 175 | 198 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.22 |
| HSL | 187.23º | 0.93% | 0.4% | - |
| HSV(B) | 187.23º | 0.96% | 0.78% | - |
| XYZ | 25.61 | 34.78 | 58.79 | - |
| YUV | 127.39 | 167.84 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 198 | 0.96 | 0.12 | 0 | 0.22 | 187.23 | 0.93 | 0.4 |
| Hex | 7 | AF | C6 | 60 | C | 0 | 16 | BB | 5D | 28 |
| Octal | 7 | 257 | 306 | 140 | 14 | 0 | 26 | 273 | 135 | 50 |
| Binary | 111 | 10101111 | 11000110 | 1100000 | 1100 | 0 | 10110 | 10111011 | 1011101 | 101000 |
Color Harmonies of #07AFC6
Complementary color
Monochromatic Colors of #07AFC6
Black with #07AFC6
Text Example
Text Example
White with #07AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AFC6; }
p { color: rgb(7,175,198); }
H1.HeaderClassName
{
color: #07AFC6;
}
.AnyTagClassName
{
color: #07AFC6;
}
</style>
background-color css
<style>
a { background-color: #07AFC6; }
a { background-color: rgb(7,175,198); }
div.DivClassName
{
background-color: #07AFC6;
}
.BgClassName
{
background-color: #07AFC6;
}
</style>
border-color css
<style>
span { border-color: #07AFC6; }
span { border-color: rgb(7,175,198); }
td.TdClassName
{
border-color: #07AFC6;
}
.TagClassName
{
border-color: #07AFC6;
}
</style>