Shades of Iris Blue #07AFB8
Tints of Iris Blue #07AFB8
RGB
CMYK
RGB Variations
Color information
#07AFB8 (or 0x07AFB8) is known color: Iris Blue. HEX triplet: 07, AF and B8. RGB value is (7,175,184). Sum of RGB (Red+Green+Blue) = 7+175+184=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #07AFB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFB8 is #F85047. Grayscale: #7D7D7D. Windows color (decimal): -16273480 or 12103431. OLE color: 12103431.
HSL color Cylindrical-coordinate representation of color #07AFB8: hue angle of 183.05º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AFB8 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 175 | 184 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.28 |
| HSL | 183.05º | 0.93% | 0.37% | - |
| HSV(B) | 183.05º | 0.96% | 0.72% | - |
| XYZ | 24.07 | 34.17 | 50.67 | - |
| YUV | 125.79 | 160.84 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 184 | 0.96 | 0.05 | 0 | 0.28 | 183.05 | 0.93 | 0.37 |
| Hex | 7 | AF | B8 | 60 | 5 | 0 | 1C | B7 | 5D | 25 |
| Octal | 7 | 257 | 270 | 140 | 5 | 0 | 34 | 267 | 135 | 45 |
| Binary | 111 | 10101111 | 10111000 | 1100000 | 101 | 0 | 11100 | 10110111 | 1011101 | 100101 |
Color Harmonies of #07AFB8
Complementary color
Monochromatic Colors of #07AFB8
Black with #07AFB8
Text Example
Text Example
White with #07AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AFB8; }
p { color: rgb(7,175,184); }
H1.HeaderClassName
{
color: #07AFB8;
}
.AnyTagClassName
{
color: #07AFB8;
}
</style>
background-color css
<style>
a { background-color: #07AFB8; }
a { background-color: rgb(7,175,184); }
div.DivClassName
{
background-color: #07AFB8;
}
.BgClassName
{
background-color: #07AFB8;
}
</style>
border-color css
<style>
span { border-color: #07AFB8; }
span { border-color: rgb(7,175,184); }
td.TdClassName
{
border-color: #07AFB8;
}
.TagClassName
{
border-color: #07AFB8;
}
</style>