Shades of Iris Blue #07AFC5
Tints of Iris Blue #07AFC5
RGB
CMYK
RGB Variations
Color information
#07AFC5 (or 0x07AFC5) is known color: Iris Blue. HEX triplet: 07, AF and C5. RGB value is (7,175,197). Sum of RGB (Red+Green+Blue) = 7+175+197=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #07AFC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFC5 is #F8503A. Grayscale: #7F7F7F. Windows color (decimal): -16273467 or 12955399. OLE color: 12955399.
HSL color Cylindrical-coordinate representation of color #07AFC5: hue angle of 186.95º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AFC5 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 175 | 197 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.23 |
| HSL | 186.95º | 0.93% | 0.4% | - |
| HSV(B) | 186.95º | 0.96% | 0.77% | - |
| XYZ | 25.5 | 34.74 | 58.18 | - |
| YUV | 127.28 | 167.34 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 197 | 0.96 | 0.11 | 0 | 0.23 | 186.95 | 0.93 | 0.4 |
| Hex | 7 | AF | C5 | 60 | B | 0 | 17 | BB | 5D | 28 |
| Octal | 7 | 257 | 305 | 140 | 13 | 0 | 27 | 273 | 135 | 50 |
| Binary | 111 | 10101111 | 11000101 | 1100000 | 1011 | 0 | 10111 | 10111011 | 1011101 | 101000 |
Color Harmonies of #07AFC5
Complementary color
Monochromatic Colors of #07AFC5
Black with #07AFC5
Text Example
Text Example
White with #07AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AFC5; }
p { color: rgb(7,175,197); }
H1.HeaderClassName
{
color: #07AFC5;
}
.AnyTagClassName
{
color: #07AFC5;
}
</style>
background-color css
<style>
a { background-color: #07AFC5; }
a { background-color: rgb(7,175,197); }
div.DivClassName
{
background-color: #07AFC5;
}
.BgClassName
{
background-color: #07AFC5;
}
</style>
border-color css
<style>
span { border-color: #07AFC5; }
span { border-color: rgb(7,175,197); }
td.TdClassName
{
border-color: #07AFC5;
}
.TagClassName
{
border-color: #07AFC5;
}
</style>