Shades of Iris Blue #07B9DF
Tints of Iris Blue #07B9DF
RGB
CMYK
RGB Variations
Color information
#07B9DF (or 0x07B9DF) is known color: Iris Blue. HEX triplet: 07, B9 and DF. RGB value is (7,185,223). Sum of RGB (Red+Green+Blue) = 7+185+223=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #07B9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B9DF is #F84620. Grayscale: #878787. Windows color (decimal): -16270881 or 14661895. OLE color: 14661895.
HSL color Cylindrical-coordinate representation of color #07B9DF: hue angle of 190.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B9DF is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 185 | 223 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.13 |
| HSL | 190.56º | 0.94% | 0.45% | - |
| HSV(B) | 190.56º | 0.97% | 0.87% | - |
| XYZ | 30.76 | 40.07 | 75.93 | - |
| YUV | 136.11 | 177.03 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 223 | 0.97 | 0.17 | 0 | 0.13 | 190.56 | 0.94 | 0.45 |
| Hex | 7 | B9 | DF | 61 | 11 | 0 | D | BF | 5E | 2D |
| Octal | 7 | 271 | 337 | 141 | 21 | 0 | 15 | 277 | 136 | 55 |
| Binary | 111 | 10111001 | 11011111 | 1100001 | 10001 | 0 | 1101 | 10111111 | 1011110 | 101101 |
Color Harmonies of #07B9DF
Complementary color
Monochromatic Colors of #07B9DF
Black with #07B9DF
Text Example
Text Example
White with #07B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B9DF; }
p { color: rgb(7,185,223); }
H1.HeaderClassName
{
color: #07B9DF;
}
.AnyTagClassName
{
color: #07B9DF;
}
</style>
background-color css
<style>
a { background-color: #07B9DF; }
a { background-color: rgb(7,185,223); }
div.DivClassName
{
background-color: #07B9DF;
}
.BgClassName
{
background-color: #07B9DF;
}
</style>
border-color css
<style>
span { border-color: #07B9DF; }
span { border-color: rgb(7,185,223); }
td.TdClassName
{
border-color: #07B9DF;
}
.TagClassName
{
border-color: #07B9DF;
}
</style>